Video specific properties in a reference to an AVFilterBuffer. More...
#include <avfilter.h>
Data Fields | |
| int | w |
| image width More... | |
| int | h |
| image height More... | |
| AVRational | pixel_aspect |
| pixel aspect ratio More... | |
| int | interlaced |
| is frame interlaced More... | |
| int | top_field_first |
| field order More... | |
| enum AVPictureType | pict_type |
| picture type of the frame More... | |
| int | key_frame |
| 1 -> keyframe, 0-> not More... | |
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 121 of file avfilter.h.
| int AVFilterBufferRefVideoProps::h |
image height
Definition at line 123 of file avfilter.h.
Referenced by av_buffersrc_buffer(), avfilter_copy_buf_props(), avfilter_copy_frame_props(), avfilter_get_video_buffer_ref_from_arrays(), blend_frame(), ff_dlog_ref(), ff_filter_frame(), fill_iplimage_from_picref(), filter(), filter_frame(), and get_video_buffer().
| int AVFilterBufferRefVideoProps::interlaced |
is frame interlaced
Definition at line 125 of file avfilter.h.
Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), ff_dlog_ref(), filter_frame(), poll_frame(), request_frame(), return_frame(), and select_frame().
| int AVFilterBufferRefVideoProps::key_frame |
1 -> keyframe, 0-> not
Definition at line 128 of file avfilter.h.
Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), ff_dlog_ref(), filter_frame(), and request_frame().
| enum AVPictureType AVFilterBufferRefVideoProps::pict_type |
picture type of the frame
Definition at line 127 of file avfilter.h.
Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), ff_dlog_ref(), filter_frame(), request_frame(), and select_frame().
| AVRational AVFilterBufferRefVideoProps::pixel_aspect |
pixel aspect ratio
Definition at line 124 of file avfilter.h.
Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), color_request_frame(), ff_dlog_ref(), filter_frame(), movie_get_frame(), poll_filter(), request_frame(), and source_request_frame().
| int AVFilterBufferRefVideoProps::top_field_first |
field order
Definition at line 126 of file avfilter.h.
Referenced by avfilter_copy_buf_props(), avfilter_copy_frame_props(), ff_dlog_ref(), filter_frame(), return_frame(), and select_frame().
| int AVFilterBufferRefVideoProps::w |
image width
Definition at line 122 of file avfilter.h.
Referenced by av_buffersrc_buffer(), avfilter_copy_buf_props(), avfilter_copy_frame_props(), avfilter_get_video_buffer_ref_from_arrays(), blend_frame(), ff_dlog_ref(), ff_filter_frame(), fill_iplimage_from_picref(), filter(), filter_frame(), and get_video_buffer().