diff options
Diffstat (limited to 'rotord/src')
| -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){ |
