[libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Anton Khirnov
Keep a per-OutputFile instance of it, thus making -t work with multiple output files. --- avconv.c | 22 ++-- tests/ref/fate/feeble-dxa |1 - tests/ref/fate/lmlm4-demux | 332 tests/ref/fate/real-rv40 |3 + 4 files

Re: [libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:50PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -t work with multiple output files. --- avconv.c | 22 ++-- tests/ref/fate/feeble-dxa |1 - tests/ref/fate/lmlm4-demux | 332

Re: [libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 18:01:58 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:50PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -t work with multiple output files. --- avconv.c | 22 ++--

Re: [libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 06:25:19PM +0200, Anton Khirnov wrote: On Wed, 17 Aug 2011 18:01:58 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:50PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -t work with multiple output files.