From 5d0be7d626be45e035df7d3e77a955f5afe2e67a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 27 Jan 2014 17:02:45 +0000 Subject: tinkering with mpd MPEG-DASH --- rotord/src/graph.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rotord/src/graph.h') 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; -- cgit v1.2.3