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
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
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 */
>
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