Create a new frame that references the same data as src.
This is a shortcut for av_frame_alloc()+av_frame_ref().
@return newly created AVFrame on success, NULL on error.
See Implementation
Create a new frame that references the same data as src.
This is a shortcut for av_frame_alloc()+av_frame_ref().
@return newly created AVFrame on success, NULL on error.