Mike Scheutzow 20ac9de3df streamid does not work with newaudio, newvideo, newsubtitle
fixes issue2465.

The problem is that the ffmpeg (the app) -streamid option did not work
with -newaudio/-newvideo/-newsubtitle.

The cause was a conflict between the feature where streamid values were
reset to default for each output filename, and the implementation of
-new*, which requires that the -new* option be specified after the
target filename.

My patch changes the ffmpeg behavior so that user-specified streamid
values apply to all the following output files on the command line
(rather than just the next output filename.)

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-22 04:10:22 +01:00
..
2007-06-12 09:29:25 +00:00
2010-10-03 17:15:18 +00:00
2011-01-09 10:22:21 +00:00
2011-01-09 10:22:21 +00:00
2010-06-08 09:55:30 +00:00
2010-12-27 07:46:49 +00:00
2006-08-07 09:59:21 +00:00