mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 13:08:06 +00:00
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>
(cherry picked from commit
|
||
---|---|---|
.. | ||
APIchanges | ||
avutil.txt | ||
bitstream_filters.texi | ||
build_system.txt | ||
demuxers.texi | ||
developer.texi | ||
eval.texi | ||
faq.texi | ||
ffmpeg.texi | ||
ffplay.texi | ||
ffprobe.texi | ||
ffserver.conf | ||
ffserver.texi | ||
fftools-common-opts.texi | ||
filters.texi | ||
general.texi | ||
git-howto.txt | ||
indevs.texi | ||
issue_tracker.txt | ||
libavfilter.texi | ||
metadata.texi | ||
optimization.txt | ||
outdevs.texi | ||
protocols.texi | ||
rate_distortion.txt | ||
snow.txt | ||
soc.txt | ||
swscale.txt | ||
tablegen.txt | ||
texi2pod.pl | ||
TODO | ||
viterbi.txt |