diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-13 23:20:35 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-13 23:20:35 +0000 |
commit | 1367cffd66cca1612dd60212813e1c3c96021315 (patch) | |
tree | 85175099c9ec4b17bd643aa5ac2879fc5adc58c8 /libavformat/ogg.c | |
parent | 8fa36ae09dddb1b639b4df5d505c0dbcf4e916e4 (diff) | |
download | ffmpeg-1367cffd66cca1612dd60212813e1c3c96021315.tar.gz |
Ogg is not Vorbis.
Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg.c')
-rw-r--r-- | libavformat/ogg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/ogg.c b/libavformat/ogg.c index 369fa4639d..c98bb22735 100644 --- a/libavformat/ogg.c +++ b/libavformat/ogg.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, |