changeset 1788:6dd0da50623a libavformat

Ogg is not Vorbis.
author diego
date Tue, 13 Feb 2007 23:20:35 +0000
parents eb16c64144ee
children 6c785f5a75d3
files ogg.c ogg2.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ogg.c	Tue Feb 13 18:26:14 2007 +0000
+++ b/ogg.c	Tue Feb 13 23:20:35 2007 +0000
@@ -155,8 +155,8 @@
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg Vorbis",
-    "audio/x-vorbis",
+    "Ogg format",
+    "application/ogg",
     "ogg",
     sizeof(OggContext),
     CODEC_ID_VORBIS,
--- a/ogg2.c	Tue Feb 13 18:26:14 2007 +0000
+++ b/ogg2.c	Tue Feb 13 23:20:35 2007 +0000
@@ -67,8 +67,8 @@
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg Vorbis",
-    "audio/x-vorbis",
+    "Ogg format",
+    "application/ogg",
     "ogg",
     sizeof (OggContext),
     CODEC_ID_VORBIS,