Ogg is not Vorbis.

Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-02-13 23:20:35 +00:00
parent 8fa36ae09d
commit 1367cffd66
2 changed files with 4 additions and 4 deletions

View 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,

View 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,