On 2/25/2016 12:05 PM, Anton Khirnov wrote: > Hi, > as promised, here is the new bitstream filtering API. It is rather similar to > the one I sent in 2013, except now it uses AVCodecParameters and is actually > finished and functional. > > One thing I'm not sure about is whether to allow the filters to change codec > ids. No current filters do it, but some "different" codecs are so similar that > it might be possible to turn one into another with a BSF. Thoughts?
Considering one of the most notable missing bitstream filters is aac_latmtoasc, which would turn aac_latm into aac (different codec ids) I'd say yes, it would be necessary. Unless i'm missing something and it's not an issue for this specific case. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
