diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-02-13 15:52:51 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-02-13 15:52:51 +0000 |
| commit | ee8580734109b8f1b2a8e0a814f1c01114cdf617 (patch) | |
| tree | 921d92cad273978279135d541639fca11cee4240 /rotord/src/rotor.h | |
| parent | f3945528a57ad82cbd5862be63b75e60f39d1b4f (diff) | |
proxy sizes
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){ |
