Ogg is not Vorbis.

Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 8fa36ae09d
commit 1367cffd66
  1. 4
      libavformat/ogg.c
  2. 4
      libavformat/ogg2.c

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

Loading…
Cancel
Save