# HG changeset patch # User diego # Date 1171408835 0 # Node ID 6dd0da50623a16a4d7901c233ee1a4ca9363e552 # Parent eb16c64144eebd3b905bfd9e133764716fcb6607 Ogg is not Vorbis. diff -r eb16c64144ee -r 6dd0da50623a ogg.c --- 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, diff -r eb16c64144ee -r 6dd0da50623a ogg2.c --- 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,