summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-27 17:02:45 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-27 17:02:45 +0000
commit5d0be7d626be45e035df7d3e77a955f5afe2e67a (patch)
tree5e3aa6fe444a9fc67d90dd562dc37ccdf30771f6 /rotord/src/graph.h
parentd1e12e5dbc41e9d05b40b611d7e62affb15b2ec7 (diff)
tinkering with mpd MPEG-DASH
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h
index dc24c84..bb8f83f 100644
--- a/rotord/src/graph.h
+++ b/rotord/src/graph.h
@@ -74,6 +74,10 @@ namespace Rotor {
use_fragmentation=f;
return true;
}
+ bool set_dash(bool f){
+ use_dash=f;
+ return true;
+ }
bool loaded;
double duration;
double framerate;
@@ -94,6 +98,7 @@ namespace Rotor {
private:
int outW,outH;
bool use_fragmentation;
+ bool use_dash;
int analysis_seed;
string Log_name;