|
synfig-core
1.0.3
|
ppm Target Module More...
#include <ETL/stringf>#include "mptr_ffmpeg.h"#include <cstdio>#include <sys/types.h>#include <synfig/general.h>#include <unistd.h>#include <iostream>#include <algorithm>#include <functional>Macros | |
| #define | WIN32_PIPE_TO_PROCESSES |
Functions | |
| SYNFIG_IMPORTER_INIT (ffmpeg_mptr) | |
| SYNFIG_IMPORTER_SET_NAME (ffmpeg_mptr,"ffmpeg") | |
| SYNFIG_IMPORTER_SET_EXT (ffmpeg_mptr,"avi") | |
| SYNFIG_IMPORTER_SET_VERSION (ffmpeg_mptr,"0.1") | |
| SYNFIG_IMPORTER_SET_CVS_ID (ffmpeg_mptr,"$Id$") | |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER (ffmpeg_mptr, false) | |
ppm Target Module
$Id$
=== N O T E S ===========================================================
| #define WIN32_PIPE_TO_PROCESSES |
| SYNFIG_IMPORTER_INIT | ( | ffmpeg_mptr | ) |
| SYNFIG_IMPORTER_SET_NAME | ( | ffmpeg_mptr | , |
| "ffmpeg" | |||
| ) |
| SYNFIG_IMPORTER_SET_EXT | ( | ffmpeg_mptr | , |
| "avi" | |||
| ) |
| SYNFIG_IMPORTER_SET_VERSION | ( | ffmpeg_mptr | , |
| "0.1" | |||
| ) |
| SYNFIG_IMPORTER_SET_CVS_ID | ( | ffmpeg_mptr | , |
| "$Id$" | |||
| ) |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER | ( | ffmpeg_mptr | , |
| false | |||
| ) |
1.8.1.2