FFmpeg
|
Struct to use for initializing a buffersink context. More...
#include <buffersink.h>
Data Fields | |
enum AVPixelFormat * | pixel_fmts |
list of allowed pixel formats, terminated by AV_PIX_FMT_NONE | |
Struct to use for initializing a buffersink context.
Definition at line 122 of file buffersink.h.
enum AVPixelFormat* AVBufferSinkParams::pixel_fmts |
list of allowed pixel formats, terminated by AV_PIX_FMT_NONE
Definition at line 123 of file buffersink.h.
Referenced by av_buffersink_params_alloc(), and vsink_init().