[FFmpeg-cvslog] r10942 - trunk/libavformat/ogg2.c
diego
subversion
Wed Nov 7 20:09:01 CET 2007
Author: diego
Date: Wed Nov 7 20:09:00 2007
New Revision: 10942
Log:
Remove disabled muxer skeleton, blessed by Mans.
Modified:
trunk/libavformat/ogg2.c
Modified: trunk/libavformat/ogg2.c
==============================================================================
--- trunk/libavformat/ogg2.c (original)
+++ trunk/libavformat/ogg2.c Wed Nov 7 20:09:00 2007
@@ -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)
More information about the ffmpeg-cvslog
mailing list