av_frame_clone

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.

extern (C) @nogc nothrow
av_frame_clone
(
const(AVFrame)* src
)

Meta