2014-11-30 10:21 GMT+01:00 Christophe Gisquet <christophe.gisq...@gmail.com>: > The actual issue is with ffmpeg*.c, and probably out of laziness from > both the original author and myself. The arguments would be used in a > place completely unrelated to the parsing of the string containing the > filters (and now the parameters). So you have to probably add a > construct to OutputStream to store, and maintain, and synchronize the > bsf <-> arg association.
So I'm going to add a "AVDictionary *bsf_args" to OutputStream. That dictionary lookup seems negligible to the amount of work done overall. -- Christophe _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel