diff options
Diffstat (limited to 'rotord/src/rotor.h')
| -rwxr-xr-x | rotord/src/rotor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index cb466d2..e96fffd 100755 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -249,6 +249,7 @@ namespace Rotor { virtual bool init(int _channels,int _bits,int _samples,int _rate)=0; virtual void cleanup()=0; virtual void print_summary(){}; + virtual string get_features(){}; int channels,bits,samples,rate; }; class LUT { @@ -1127,6 +1128,7 @@ namespace Rotor { bool parseJson(string &data,string &media_path); bool set_resolution(int w,int h); bool preview(xmlIO &XML,string &node,string &format,int frame,int w,int h); + bool print_features(xmlIO &XML,string &node); bool loaded; float duration; float framerate; |
