Michael Niedermayer <[email protected]> added the comment:

On Mon, Feb 15, 2010 at 07:54:52AM +0000, Jai Menon wrote:
> so is this a feature request for autoloading bsfs?

no
you cannot manually load a bsf between demuxer and parser either
besides a generic system to load bitstream filters at that point seems
about 10x more complex than what is needed to fix this and iam not sure
what else such system would be good for than fixing this bug?
we just need a
if(buggy case)
    st->needs_parsing=1

and make the h264 parser detect and support avc this can be through using
the bitstream filter but doesnt have to be.

[...]

_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1253>
_____________________________________________________

Reply via email to