|
synfig-core
1.0.3
|
ppm Target Module More...
#include <synfig/synfig.h>#include <ETL/stringf>#include "mptr_mplayer.h"#include <cstdio>#include <iostream>#include <algorithm>#include <functional>Functions | |
| SYNFIG_IMPORTER_INIT (mplayer_mptr) | |
| SYNFIG_IMPORTER_SET_NAME (mplayer_mptr,"mplayer") | |
| SYNFIG_IMPORTER_SET_EXT (mplayer_mptr,"avi") | |
| SYNFIG_IMPORTER_SET_VERSION (mplayer_mptr,"0.1") | |
| SYNFIG_IMPORTER_SET_CVS_ID (mplayer_mptr,"$Id$") | |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER (mplayer_mptr, false) | |
ppm Target Module
$Id$
=== N O T E S ===========================================================
| SYNFIG_IMPORTER_INIT | ( | mplayer_mptr | ) |
| SYNFIG_IMPORTER_SET_NAME | ( | mplayer_mptr | , |
| "mplayer" | |||
| ) |
| SYNFIG_IMPORTER_SET_EXT | ( | mplayer_mptr | , |
| "avi" | |||
| ) |
| SYNFIG_IMPORTER_SET_VERSION | ( | mplayer_mptr | , |
| "0.1" | |||
| ) |
| SYNFIG_IMPORTER_SET_CVS_ID | ( | mplayer_mptr | , |
| "$Id$" | |||
| ) |
| SYNFIG_IMPORTER_SET_SUPPORTS_FILE_SYSTEM_WRAPPER | ( | mplayer_mptr | , |
| false | |||
| ) |
1.8.1.2