av_frame_copy_props

Copy only "metadata" fields from src to dst.

Metadata for the purpose of this function are those fields that do not affect the data layout in the buffers. E.g. pts, sample rate (for audio) or sample aspect ratio (for video), but not width/height or channel layout. Side data is also copied.

extern (C) @nogc nothrow
int
av_frame_copy_props
(,
const(AVFrame)* src
)

Meta