On Thu, Jun 4, 2015 at 12:52 AM, Wolfgang Lorenz <wl-c...@gmx.de> wrote:
> Here is a new version, that doesn't touch the way ffmpeg behaves
> without further user actions:
>
> I added a new flag to AVFormatContext, that activates the check for
> private streams, when set. It can be used like this:
>
>     AVFormatContext * formatContext = avformat_alloc_context();
>     formatContext->flags |= AVFMT_FLAG_MPEGTS_RECOGNIZE_PRIVATE_STREAMS;
>     avformat_open_input(&formatContext, fileName, NULL, NULL);
>

Please make this a private option to the mpegts demuxer instead of a
mpegts specific flag in global space.

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

Reply via email to