changeset 2713:d9c256445c14 libavformat

Remove disabled muxer skeleton, blessed by Mans.
author diego
date Wed, 07 Nov 2007 19:09:00 +0000
parents 53b9a531f490
children b22ba392ac21
files ogg2.c
diffstat 1 files changed, 0 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/ogg2.c	Wed Nov 07 19:05:47 2007 +0000
+++ b/ogg2.c	Wed Nov 07 19:09:00 2007 +0000
@@ -48,38 +48,6 @@
     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)