Commit 1367cffd authored by Diego Biurrun's avatar Diego Biurrun

Ogg is not Vorbis.

Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8fa36ae0
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment