FFmpeg  1.2.4
Data Fields
AVBufferSinkParams Struct Reference

Struct to use for initializing a buffersink context. More...

#include <buffersink.h>

Data Fields

enum AVPixelFormatpixel_fmts
 list of allowed pixel formats, terminated by AV_PIX_FMT_NONE

Detailed Description

Struct to use for initializing a buffersink context.

Examples:
doc/examples/filtering_video.c.

Definition at line 32 of file buffersink.h.

Field Documentation

enum AVPixelFormat * AVBufferSinkParams::pixel_fmts

list of allowed pixel formats, terminated by AV_PIX_FMT_NONE

Examples:
doc/examples/filtering_video.c.

Definition at line 33 of file buffersink.h.

Referenced by av_buffersink_params_alloc(), configure_video_filters(), init_filters(), lavfi_read_header(), and vsink_init().


The documentation for this struct was generated from the following files: