On Thu, Aug 07, 2014 at 05:19:32PM +0200, Luca Barbato wrote: > --- a/libavformat/mpegtsenc.c > +++ b/libavformat/mpegtsenc.c > @@ -380,6 +394,15 @@ static void mpegts_write_pmt(AVFormatContext *s, > MpegTSService *service) > + > +fail: > + if (err) > + av_log(s, AV_LOG_ERROR, > + "The pmt section cannot fit the stream %d and following.\n"
The PMT section is to small for stream %d and following. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
