[FFmpeg-cvslog] r14295 - trunk/libavformat/oggenc.c

bcoudurier subversion
Sat Jul 19 05:29:16 CEST 2008


Author: bcoudurier
Date: Sat Jul 19 05:29:16 2008
New Revision: 14295

Log:
add ogv extension

Modified:
   trunk/libavformat/oggenc.c

Modified: trunk/libavformat/oggenc.c
==============================================================================
--- trunk/libavformat/oggenc.c	(original)
+++ trunk/libavformat/oggenc.c	Sat Jul 19 05:29:16 2008
@@ -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,




More information about the ffmpeg-cvslog mailing list