Video specific properties in a reference to an AVFilterBuffer. More...
#include <avfilter.h>
Data Fields | |
int | w |
image width | |
int | h |
image height | |
AVRational | pixel_aspect |
pixel aspect ratio | |
int | interlaced |
is frame interlaced | |
int | top_field_first |
field order | |
enum AVPictureType | pict_type |
picture type of the frame | |
int | key_frame |
1 -> keyframe, 0-> not |
Video specific properties in a reference to an AVFilterBuffer.
Since AVFilterBufferRef is common to different media formats, video specific per reference properties must be separated out.
Definition at line 106 of file avfilter.h.
image height
Definition at line 108 of file avfilter.h.
Referenced by av_buffersrc_buffer(), avfilter_copy_frame_props(), avfilter_get_video_buffer_ref_from_arrays(), draw_slice(), end_frame(), ff_dlog_ref(), fill_iplimage_from_picref(), filter(), get_video_buffer(), request_frame(), rgbtest_fill_picture(), start_frame(), and test_fill_picture().
is frame interlaced
Definition at line 110 of file avfilter.h.
Referenced by avfilter_copy_frame_props(), draw_slice(), end_frame(), ff_dlog_ref(), poll_frame(), request_frame(), return_frame(), select_frame(), and start_frame().
1 -> keyframe, 0-> not
Definition at line 113 of file avfilter.h.
Referenced by avfilter_copy_frame_props(), end_frame(), ff_dlog_ref(), and request_frame().
picture type of the frame
Definition at line 112 of file avfilter.h.
Referenced by avfilter_copy_frame_props(), end_frame(), ff_dlog_ref(), request_frame(), and select_frame().
pixel aspect ratio
Definition at line 109 of file avfilter.h.
Referenced by av_vsrc_buffer_add_frame(), avfilter_copy_frame_props(), color_request_frame(), end_frame(), ff_dlog_ref(), movie_get_frame(), output_packet(), request_frame(), source_request_frame(), start_frame(), and transcode_video().
field order
Definition at line 111 of file avfilter.h.
Referenced by avfilter_copy_frame_props(), draw_slice(), end_frame(), ff_dlog_ref(), return_frame(), and select_frame().
image width
Definition at line 107 of file avfilter.h.
Referenced by av_buffersrc_buffer(), avfilter_copy_frame_props(), avfilter_draw_slice(), avfilter_get_video_buffer_ref_from_arrays(), draw_slice(), end_frame(), ff_dlog_ref(), fill_iplimage_from_picref(), filter(), get_video_buffer(), rgbtest_fill_picture(), start_frame(), and test_fill_picture().