add ogv extension

Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-07-19 03:29:16 +00:00
parent 0fb6c620c0
commit f12c4bba79
1 changed files with 1 additions and 1 deletions

View File

@ -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,