[FFmpeg-devel] [PATCH 1/6] bitstream_filter: add an init function
Christophe Gisquet
christophe.gisquet at gmail.com
Sun Nov 30 10:59:24 CET 2014
2014-11-30 10:21 GMT+01:00 Christophe Gisquet <christophe.gisquet at 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
More information about the ffmpeg-devel
mailing list