[FFmpeg-devel] [PATCH] Guess the duration before converting video
Carl Eugen Hoyos
cehoyos
Tue Feb 2 23:24:42 CET 2010
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
More information about the ffmpeg-devel
mailing list