On 09/30/2012 02:46 PM, Anton Khirnov wrote: >> -int avformat_write_header(AVFormatContext *s, AVDictionary **options) >> + >> +static int write_setup(AVFormatContext *s, AVDictionary **options) > > This name is a bit vague. I'd use init_write_header or something like > that. >
init_muxer sounds good? >> >> + return 0; >> + >> + fail: > > Indentation uhm? lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
