summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rotord/src/graph.cpp1
-rw-r--r--rotord/src/rotor.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index daecd07..7afb92e 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -121,7 +121,6 @@ bool Graph::video_render(const string &output_filename,const float framerate,int
}
else container=".mp4";
- //at the moment it crashes if you render before audio is loaded and also on 2nd render
libav::exporter exporter;
Image* i;
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h
index 02303f9..2e74e23 100644
--- a/rotord/src/rotor.h
+++ b/rotord/src/rotor.h
@@ -113,6 +113,9 @@ inputs: [
}
]
+
+REARCHITECTING STARTS HERE
+
-------------------------*/