]> git.sesse.net Git - ffmpeg/commit
avconv: fix parsing bitstream filters
authorAnton Khirnov <anton@khirnov.net>
Tue, 24 May 2016 14:49:19 +0000 (16:49 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 26 May 2016 13:40:34 +0000 (15:40 +0200)
commitfe7b21c8f148493c6fbceb7f887a77531dd1ae0e
tree8704cf667c9e3f53d96d44c4b5bfa17021dcd684
parent80fb19bc234a3f2350d891adf39f3738a8e4849f
avconv: fix parsing bitstream filters

The current code modifies the user-supplied string, which is shared for
the whole output file. So a bitstream filter specification applied to
multiple streams would not work correctly.
avconv_opt.c