diff ogg2.c @ 1788:6dd0da50623a libavformat

Ogg is not Vorbis.
author diego
date Tue, 13 Feb 2007 23:20:35 +0000
parents 2400a22af998
children 1a3c9056982a
line wrap: on
line diff
--- 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,