[Ffmpeg-devel] Mpeg2-ts encoder uses fixed PES payload size

Diego Biurrun diego
Mon Mar 5 00:41:13 CET 2007


On Sun, Mar 04, 2007 at 02:29:55AM +0100, Aurelien Jacobs wrote:
> On Sat, 03 Mar 2007 19:06:39 +0100
> Luca Abeni <lucabe72 at email.it> wrote:
> 
> > --- libavformat/allformats.c	(revision 8205)
> > +++ libavformat/allformats.c	(working copy)
> > @@ -103,6 +103,7 @@
> >      REGISTER_DEMUXER (MPEGPS, mpegps);
> > +    REGISTER_MUXER   (MPEGTS, dvb);
> 
> This looks wrong. Both parameters of REGISTER_MUXER should be
> exactly the same, one uppercase and one lowercase.

.. which is an indication that REGISTER_MUXER should likely be
simplified to require just one parameter ..

Diego




More information about the ffmpeg-devel mailing list