AVOutputFormat.write_uncoded_frame

Write an uncoded AVFrame.

See av_write_uncoded_frame() for details.

The library will free *frame afterwards, but the muxer can prevent it by setting the pointer to NULL.

struct AVOutputFormat
int function(AVFormatContext*, int stream_index, AVFrame** frame, uint flags) write_uncoded_frame;

Meta