[Ffmpeg-cvslog] r7966 - in trunk/libavformat: ogg.c ogg2.c

diego subversion
Wed Feb 14 00:20:35 CET 2007


Author: diego
Date: Wed Feb 14 00:20:35 2007
New Revision: 7966

Modified:
   trunk/libavformat/ogg.c
   trunk/libavformat/ogg2.c

Log:
Ogg is not Vorbis.


Modified: trunk/libavformat/ogg.c
==============================================================================
--- trunk/libavformat/ogg.c	(original)
+++ trunk/libavformat/ogg.c	Wed Feb 14 00:20:35 2007
@@ -155,8 +155,8 @@
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg Vorbis",
-    "audio/x-vorbis",
+    "Ogg format",
+    "application/ogg",
     "ogg",
     sizeof(OggContext),
     CODEC_ID_VORBIS,

Modified: trunk/libavformat/ogg2.c
==============================================================================
--- trunk/libavformat/ogg2.c	(original)
+++ trunk/libavformat/ogg2.c	Wed Feb 14 00:20:35 2007
@@ -67,8 +67,8 @@
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg Vorbis",
-    "audio/x-vorbis",
+    "Ogg format",
+    "application/ogg",
     "ogg",
     sizeof (OggContext),
     CODEC_ID_VORBIS,




More information about the ffmpeg-cvslog mailing list