FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
video.h File Reference
#include "avfilter.h"

Go to the source code of this file.

Functions

AVFrameff_default_get_video_buffer (AVFilterLink *link, int w, int h)
 
AVFrameff_null_get_video_buffer (AVFilterLink *link, int w, int h)
 
AVFrameff_get_video_buffer (AVFilterLink *link, int w, int h)
 Request a picture buffer with a specific set of permissions. More...
 

Function Documentation

AVFrame* ff_default_get_video_buffer ( AVFilterLink link,
int  w,
int  h 
)

Definition at line 44 of file video.c.

Referenced by ff_get_video_buffer(), fixstride(), get_video_buffer(), and hwmap_get_buffer().

AVFrame* ff_null_get_video_buffer ( AVFilterLink link,
int  w,
int  h 
)

Definition at line 39 of file video.c.

Referenced by get_video_buffer(), and init().

AVFrame* ff_get_video_buffer ( AVFilterLink link,
int  w,
int  h 
)