mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 15:00:27 +00:00
Ogg is not Vorbis.
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8fa36ae09d
commit
1367cffd66
@ -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…
Reference in New Issue
Block a user