Module: synfig Branch: eldruin_ffmpeg2 Commit: 7218ad458940ed955f32687dddeaf545276b9709 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=7218ad458940ed955f32687dddeaf545276b9709
Author: Diego Barrios Romero <eldr...@gmailcom> Date: Tue Feb 23 02:25:29 2010 +0100 mod_ffmpeg target extensions update. Added warning. --- synfig-core/src/modules/mod_ffmpeg/main.cpp | 10 ++++++---- synfig-core/src/tool/main.cpp | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/synfig-core/src/modules/mod_ffmpeg/main.cpp b/synfig-core/src/modules/mod_ffmpeg/main.cpp index 0f0cb82..4c859ed 100644 --- a/synfig-core/src/modules/mod_ffmpeg/main.cpp +++ b/synfig-core/src/modules/mod_ffmpeg/main.cpp @@ -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") diff --git a/synfig-core/src/tool/main.cpp b/synfig-core/src/tool/main.cpp index d889b2d..e5516d4 100644 --- a/synfig-core/src/tool/main.cpp +++ b/synfig-core/src/tool/main.cpp @@ -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[] = { ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl