On Thu, 09 Jun 2011 15:54:08 -0500, Luca Barbato <[email protected]> wrote:
> On 6/9/11 5:28 AM, Anton Khirnov wrote:
> >                   /* specific case : if transport stream output to RTP,
> >                      we use a raw transport stream reader */
> > -                stream->ap_in->mpeg2ts_raw = 1;
> > -                stream->ap_in->mpeg2ts_compute_pcr = 1;
> > +                av_dict_set(&stream->in_opts, "mpeg2ts_compute_pcr", "1", 
> > 0);
> >               }
> 
> no mpeg2ts_raw option ?
> 

The only thing mpeg2ts_raw does is produce an error message and fail.
If this code sets it, then nobody's ever tested it in ages.

--
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to