Commit 12c38de8 authored by diego's avatar diego

Ogg is not Vorbis.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7966 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5da9384b
......@@ -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