diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-02 15:05:29 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-02 15:05:29 +0000 |
| commit | 09631556970633c022ba58519ff83b7beeb5aa9f (patch) | |
| tree | dfc9bb1c6d86dfd1947e95204131d40ba8cd9ff9 /rotord | |
| parent | ad9715a9e69ad869eaa26fe202da4ba9a729a05d (diff) | |
first commit
Diffstat (limited to 'rotord')
| -rw-r--r-- | rotord/src/graph.cpp | 1 | ||||
| -rw-r--r-- | rotord/src/rotor.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index ef493e8..5a6c564 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 e3b218d..5278896 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -113,6 +113,9 @@ inputs: [ } ] + +REARCHITECTING STARTS HERE + -------------------------*/ |
