diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
| commit | e80b647faa5a61c81964252a395fe4cb48443315 (patch) | |
| tree | 38459add147f167a0c2c0bcd250afa548385129c /rotord/src/graph.cpp | |
| parent | 5d0be7d626be45e035df7d3e77a955f5afe2e67a (diff) | |
reinstating session command array
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 6 |
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){ |
