summaryrefslogtreecommitdiff
path: root/rotord/src
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-28 17:10:22 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-28 17:10:22 +0000
commite80b647faa5a61c81964252a395fe4cb48443315 (patch)
tree38459add147f167a0c2c0bcd250afa548385129c /rotord/src
parent5d0be7d626be45e035df7d3e77a955f5afe2e67a (diff)
reinstating session command array
Diffstat (limited to 'rotord/src')
-rw-r--r--rotord/src/graph.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index b1406b5..f2aabb5 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -136,14 +136,16 @@ bool Graph::video_render(const string &output_filename,const double framerate,in
container=".mp4";
}
- if (container==".mpd") use_dash=true;
+ if (container==".mpd") {
+ use_dash=true;
+ container=".mp4";
+ }
libav::exporter exporter;
Image* i;
-
//dash implementation - write into a subfolder
if (use_dash){