From f12c4bba7957a3b716ddae3abd4a8aee78a93bb5 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 19 Jul 2008 03:29:16 +0000 Subject: [PATCH] add ogv extension Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c index 85ec62851..9233c72ad 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, -- 2.11.0