Defined in avcodec.h
Allocates an AVFrame and sets its fields to default values. The resulting struct can be deallocated by simply calling av_free().
AVFrame *avcodec_alloc_frame(void);
NONE
An AVFrame pointer filled with default values or NULL on failure.