Ogg is not Vorbis.
authorDiego Biurrun <diego@biurrun.de>
Tue, 13 Feb 2007 23:20:35 +0000 (23:20 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 13 Feb 2007 23:20:35 +0000 (23:20 +0000)
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/ogg.c
libavformat/ogg2.c

index 369fa46..c98bb22 100644 (file)
@@ -155,8 +155,8 @@ static int ogg_write_trailer(AVFormatContext *avfcontext) {
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg Vorbis",
-    "audio/x-vorbis",
+    "Ogg format",
+    "application/ogg",
     "ogg",
     sizeof(OggContext),
     CODEC_ID_VORBIS,
index 64e7733..8ca7b2d 100644 (file)
@@ -67,8 +67,8 @@ ogg_write_trailer (AVFormatContext * avfcontext)
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg Vorbis",
-    "audio/x-vorbis",
+    "Ogg format",
+    "application/ogg",
     "ogg",
     sizeof (OggContext),
     CODEC_ID_VORBIS,