[FFmpeg-devel] [PATCH] rename libogg muxer
Aurelien Jacobs
aurel
Thu Nov 8 01:01:21 CET 2007
Diego Biurrun wrote:
> Here is a patch to make the libogg muxer conform to the naming scheme
> for external libraries. It assumes renaming ogg.c to libogg.c. OK to
> apply?
>
> [...]
>
> --- libavformat/allformats.c (revision 10937)
> +++ libavformat/allformats.c (working copy)
> @@ -93,6 +93,7 @@
> REGISTER_DEMUXER (IPMOVIE, ipmovie);
> REGISTER_DEMUXER (LIBDC1394, libdc1394);
> REGISTER_MUXDEMUX (LIBNUT, libnut);
> + REGISTER_MUXER (LIBOGG, libogg);
> REGISTER_MUXDEMUX (M4V, m4v);
> REGISTER_MUXDEMUX (MATROSKA, matroska);
> REGISTER_MUXER (MATROSKA_AUDIO, matroska_audio);
This line obviously needs to go to the new LIB* "section".
Except that, patch looks OK.
Aurel
More information about the ffmpeg-devel
mailing list