forked from FFmpeg/FFmpeg
add ogv extension
Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0fb6c620c0
commit
f12c4bba79
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue