diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-07-19 03:29:16 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-07-19 03:29:16 +0000 |
commit | f12c4bba7957a3b716ddae3abd4a8aee78a93bb5 (patch) | |
tree | d6633eaa1c4bd1e535649b7e9c16e3642ae4aa46 /libavformat/oggenc.c | |
parent | 0fb6c620c0226e6c7c0ec711b153a892582e278a (diff) | |
download | ffmpeg-f12c4bba7957a3b716ddae3abd4a8aee78a93bb5.tar.gz |
add ogv extension
Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggenc.c')
-rw-r--r-- | libavformat/oggenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c index 85ec628514..9233c72ad0 100644 --- a/libavformat/oggenc.c +++ b/libavformat/oggenc.c @@ -281,7 +281,7 @@ AVOutputFormat ogg_muxer = { "ogg", NULL_IF_CONFIG_SMALL("Ogg"), "application/ogg", - "ogg", + "ogg,ogv", 0, CODEC_ID_FLAC, CODEC_ID_THEORA, |