[FFmpeg-devel] [PATCH] prefer native (de)muxers over external libraries
Diego Biurrun
diego
Thu Nov 8 05:55:41 CET 2007
On Wed, Nov 07, 2007 at 02:16:14PM +0100, Aurelien Jacobs wrote:
> Diego Biurrun wrote:
>
> > Similar to what I have recently done to allcodecs.c, this patch moves
> > all external library (de)muxers to the end of the registration. OK to
> > apply?
> >
> > [...]
> >
> > @@ -176,4 +174,8 @@
> > REGISTER_PROTOCOL (RTP, rtp);
> > REGISTER_PROTOCOL (TCP, tcp);
> > REGISTER_PROTOCOL (UDP, udp);
> > +
> > + /* external libraries */
> > + REGISTER_DEMUXER (LIBDC1394, libdc1394);
> > + REGISTER_MUXDEMUX (LIBNUT, libnut);
>
> This "section" should probably be moved before the PROTOCOL "section".
> Except that, patch looks ok.
Yes, it should, applied with that change.
Diego
More information about the ffmpeg-devel
mailing list