summaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-07-19 03:29:16 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-07-19 03:29:16 +0000
commitf12c4bba7957a3b716ddae3abd4a8aee78a93bb5 (patch)
treed6633eaa1c4bd1e535649b7e9c16e3642ae4aa46 /libavformat/oggenc.c
parent0fb6c620c0226e6c7c0ec711b153a892582e278a (diff)
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.c2
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,