[FFmpeg-devel] [PATCH] Guess the duration before converting video

Justin Johnson justin.johnson3
Wed Feb 3 01:44:39 CET 2010


On Tue, Feb 2, 2010 at 4:24 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Michael Niedermayer <michaelni <at> gmx.at> writes:
>
>> > + ? ? ? ?AVFormatContext *out_file;
>> > + ? ? ? ?AVFormatContext *in_file;
>> > +
>> > + ? ? ? ?out_file = output_files[i];
>> > + ? ? ? ?in_file = input_files[i];
>>
>> you can merge these
>>
>> [...]
>> > + ? ? ? ?}
>> > + ? ? ? ?else {
>>
>> and these 2
>>
>> otherwise i think the patch is ok
>
> Merged the lines, fixed indentation and applied.
>
> @Justin: Did you run tools/patcheck?
>
> Carl Eugen
>

Oh, OK I see now. Thanks for the help.
--Justin Johnson



More information about the ffmpeg-devel mailing list