On Mon, Sep 5, 2016 at 12:17 PM, Ronald S. Bultje <rsbul...@gmail.com> wrote:
> It was proposed that we could go one step further and do parsing
> not in the demuxer step (av_read_frame)

Personally, I use avformat demuxing with a bunch of other decoders
which might still need the parser to run first to re-package frames on
proper boundaries, so having the decoders do that instead of the
demuxers sounds like the wrong approach to me.
A demuxer should ideally output fully re-constructed packages, and not
a raw bitstream that still needs re-construction before decoding, at
least IMHO.

- Hendrik
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to