[FFmpeg-devel] [PATCH] prefer native (de)muxers over external libraries

Aurelien Jacobs aurel
Wed Nov 7 14:16:14 CET 2007


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.

Aurel




More information about the ffmpeg-devel mailing list