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

Diego Biurrun diego
Mon Mar 5 09:17:41 CET 2007


On Mon, Mar 05, 2007 at 02:51:30AM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > 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 ..
> 
> Can you implement toupper() in the preprocessor?

I have no idea.  

Diego




More information about the ffmpeg-devel mailing list