[SCM] libav/experimental: Remove disabled muxer skeleton, blessed by Mans.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:07 UTC 2013


The following commit has been merged in the experimental branch:
commit e282e5edb4bfea47c5b710322fd9bfe6f1ee9220
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Nov 7 19:09:00 2007 +0000

    Remove disabled muxer skeleton, blessed by Mans.
    
    Originally committed as revision 10942 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/ogg2.c b/libavformat/ogg2.c
index ebc7567..0c03634 100644
--- a/libavformat/ogg2.c
+++ b/libavformat/ogg2.c
@@ -48,38 +48,6 @@ static ogg_codec_t *ogg_codecs[] = {
     NULL
 };
 
-#if 0                           // CONFIG_MUXERS
-static int
-ogg_write_header (AVFormatContext * avfcontext)
-{
-}
-
-static int
-ogg_write_packet (AVFormatContext * avfcontext, AVPacket * pkt)
-{
-}
-
-
-static int
-ogg_write_trailer (AVFormatContext * avfcontext)
-{
-}
-
-
-AVOutputFormat ogg_muxer = {
-    "ogg",
-    "Ogg format",
-    "application/ogg",
-    "ogg",
-    sizeof (OggContext),
-    CODEC_ID_VORBIS,
-    0,
-    ogg_write_header,
-    ogg_write_packet,
-    ogg_write_trailer,
-};
-#endif //CONFIG_MUXERS
-
 //FIXME We could avoid some structure duplication
 static int
 ogg_save (AVFormatContext * s)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list