AVOutputFormat.init

Initialize format. May allocate data here, and set any AVFormatContext or AVStream parameters that need to be set before packets are sent. This method must not write output.

Any allocations made here must be freed in deinit().

struct AVOutputFormat
int function(AVFormatContext*) init;

Meta