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

Luca Abeni lucabe72
Sun Mar 4 12:25:06 CET 2007


Hi Baptiste,

On Sat, 2007-03-03 at 19:19 +0100, Baptiste Coudurier wrote:
[...]
> > Index: libavformat/mpegtsenc.c
> > ===================================================================
> > --- libavformat/mpegtsenc.c	(revision 8205)
> > +++ libavformat/mpegtsenc.c	(working copy)
> > @@ -364,6 +364,7 @@
> >      AVStream *st;
> >      int i, total_bit_rate;
> >      const char *service_name;
> > +    extern AVOutputFormat dvb_muxer;
> 
> That could be not necessary, if de/muxer declarations were in
> avformat.h, can we merge allformats.h with avformat.h ? Like libavcodec ?
I see your point, but I tried to make the patch as small as possible.
Would it be acceptable to merge avformat.h and allformats.h in a second
time, after this patch? (I suspect there are other declarations, similar
to this one, in other files, that can be removed after merging the two
header files).

			Thanks,
				Luca





More information about the ffmpeg-devel mailing list