Re: [FFmpeg-devel] [PATCH v3] * mpegts demuxer recognizes private streams on demand

2015-06-11 Thread Wolfgang Lorenz
Am Wed, 10 Jun 2015 23:28:19 +0200 schrieb Michael Niedermayer : > On Wed, Jun 10, 2015 at 10:41:10PM +0200, Wolfgang Lorenz wrote: > > No answers? > > > > Well, I do have a question. > > > > Am Thu, 4 Jun 2015 23:46:21 +0200 > > schrieb Wolfgang Lorenz : > > > > > The option went into the Mpeg

Re: [FFmpeg-devel] [PATCH v3] * mpegts demuxer recognizes private streams on demand

2015-06-10 Thread Michael Niedermayer
On Wed, Jun 10, 2015 at 10:41:10PM +0200, Wolfgang Lorenz wrote: > No answers? > > Well, I do have a question. > > Am Thu, 4 Jun 2015 23:46:21 +0200 > schrieb Wolfgang Lorenz : > > > The option went into the MpegTSContext struct and can be addressed via > > dictionary: > > > > AVFormatConte

Re: [FFmpeg-devel] [PATCH v3] * mpegts demuxer recognizes private streams on demand

2015-06-10 Thread Wolfgang Lorenz
No answers? Well, I do have a question. Am Thu, 4 Jun 2015 23:46:21 +0200 schrieb Wolfgang Lorenz : > The option went into the MpegTSContext struct and can be addressed via > dictionary: > > AVFormatContext * formatContext = NULL; > > /* enable mpeg-ts private stream recognition */ >

Re: [FFmpeg-devel] [PATCH v3] * mpegts demuxer recognizes private streams on demand

2015-06-04 Thread Wolfgang Lorenz
The option went into the MpegTSContext struct and can be addressed via dictionary: AVFormatContext * formatContext = NULL; /* enable mpeg-ts private stream recognition */ AVDictionary * dict = NULL; av_dict_set_int(&dict, "mpegts_recognize_private_streams", 1, 0); /* open fil