diff options
Diffstat (limited to 'rotord/src/rotor.h')
| -rw-r--r-- | rotord/src/rotor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index b20b987..8632896 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -770,6 +770,9 @@ namespace Rotor { #define VIDEOFRAMES_blend 2 #define VIDEOTIME_play 1 #define VIDEOTIME_stretch 2 +#define VIDEO_720P 1 +#define VIDEO_360P 2 +#define VIDEO_180P 3 class Base_video: public Image_node { public: Base_video(){ @@ -785,7 +788,7 @@ namespace Rotor { NODEID="e92255a0-447a-11e3-b0ce-3fc7ff4bdac9"; isLoaded=false; }; - bool load(const string &filename){ + bool load(const string &filename,const int h=0){ Poco::Logger& logger = Poco::Logger::get(Log_name); isLoaded=player.open(filename); if (isLoaded){ |
