av_frame_copy

Copy the frame data from src to dst.

This function does not allocate anything, dst must be already initialized and allocated with the same parameters as src.

This function only copies the frame data (i.e. the contents of the data / extended data arrays), not any other properties.

@return >= 0 on success, a negative AVERROR on error.

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

Meta