[MPlayer-dev-eng] [PATCH] Multiple files for MEncoder

D Richard Felker III dalias at aerifal.cx
Tue Feb 8 18:55:13 CET 2005


On Tue, Feb 08, 2005 at 11:27:35AM +0200, Oded Shimon wrote:
> As most of you probably know, I've been working on multiple file support for 
> MEncoder. this patch is a "first draft". Things which could be improved:
> 1. Somehow remove redundancy by not having most of the same video init code 
> twice. The init for each next file is a little different from the first file, 
> so I couldn't just 'goto' to before the init, but repetitive code is always 
> bad...

overall the patch looks like a good start, but i agree this part is
really bad. can the duplication be reduced by putting most of this
init code into a separate function call?

rich




More information about the MPlayer-dev-eng mailing list