X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_ffmpeg%2Fmain.cpp;h=0f0cb823839ba10542ff358b7ec00d311f804765;hb=7c1abe51ca9fa3743536b52a3325483878f6cd4d;hp=b8a73cdd1669c63ea9a4e146eb301f8cd953604b;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp b/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp index b8a73cd..0f0cb82 100644 --- a/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp +++ b/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp @@ -59,12 +59,12 @@ MODULE_INVENTORY_BEGIN(mod_ffmpeg) TARGET_EXT(ffmpeg_trgt,"yuv") TARGET_EXT(ffmpeg_trgt,"rgb") END_TARGETS -// BEGIN_IMPORTERS -// IMPORTER_EXT(ffmpeg_mptr,"avi") -// IMPORTER_EXT(ffmpeg_mptr,"mpg") -// IMPORTER_EXT(ffmpeg_mptr,"mpeg") -// IMPORTER_EXT(ffmpeg_mptr,"mov") -// IMPORTER_EXT(ffmpeg_mptr,"rm") -// IMPORTER_EXT(ffmpeg_mptr,"dv") -// END_IMPORTERS + BEGIN_IMPORTERS + IMPORTER_EXT(ffmpeg_mptr,"avi") + IMPORTER_EXT(ffmpeg_mptr,"mpg") + IMPORTER_EXT(ffmpeg_mptr,"mpeg") + IMPORTER_EXT(ffmpeg_mptr,"mov") + IMPORTER_EXT(ffmpeg_mptr,"rm") + IMPORTER_EXT(ffmpeg_mptr,"dv") + END_IMPORTERS MODULE_INVENTORY_END