mod_ffmpeg target extensions update. Added warning.
authorDiego Barrios Romero <eldruin@gmailcom>
Tue, 23 Feb 2010 01:25:29 +0000 (02:25 +0100)
committerDiego Barrios Romero <eldruin@gmailcom>
Tue, 23 Feb 2010 01:25:29 +0000 (02:25 +0100)
synfig-core/src/modules/mod_ffmpeg/main.cpp
synfig-core/src/tool/main.cpp

index 0f0cb82..4c859ed 100644 (file)
@@ -52,12 +52,14 @@ MODULE_INVENTORY_BEGIN(mod_ffmpeg)
        BEGIN_TARGETS
                TARGET(ffmpeg_trgt)
                TARGET_EXT(ffmpeg_trgt,"avi")
+               TARGET_EXT(ffmpeg_trgt,"flv")
+               TARGET_EXT(ffmpeg_trgt,"gif")
+               TARGET_EXT(ffmpeg_trgt,"mkv")
                TARGET_EXT(ffmpeg_trgt,"mpg")
-               TARGET_EXT(ffmpeg_trgt,"rm")
-               TARGET_EXT(ffmpeg_trgt,"asf")
-               TARGET_EXT(ffmpeg_trgt,"swf")
-               TARGET_EXT(ffmpeg_trgt,"yuv")
+               TARGET_EXT(ffmpeg_trgt,"ogv")
                TARGET_EXT(ffmpeg_trgt,"rgb")
+               TARGET_EXT(ffmpeg_trgt,"wmv")
+               TARGET_EXT(ffmpeg_trgt,"yuv")
        END_TARGETS
        BEGIN_IMPORTERS
                IMPORTER_EXT(ffmpeg_mptr,"avi")
index d889b2d..e5516d4 100644 (file)
@@ -72,6 +72,8 @@ bool print_benchmarks=false;
 //! Allowed video codecs
 /*! \warning This variable is linked to allowed_video_codecs_description,
  *  if you change this you must change the other acordingly.
+ *  \warning These codecs are linked to the filename extensions for
+ *  mod_ffmpeg. If you change this you must change the others acordingly.
  */
 const char* allowed_video_codecs[] =
 {