From 90a237397507bda5a8194b9a7c9982454cc79718 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 28 Jan 2014 17:48:55 +0000 Subject: roughing out mpd writer --- rotord/src/graph.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'rotord') diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index f2aabb5..7c61c3e 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -139,6 +139,7 @@ bool Graph::video_render(const string &output_filename,const double framerate,in if (container==".mpd") { use_dash=true; container=".mp4"; + cerr<<"found mpd, writing "<time_taken)+" seconds"); for (auto n:nodes) { -- cgit v1.2.3