diff options
Diffstat (limited to 'rotord/ofxMovieExporter.h')
| -rwxr-xr-x | rotord/ofxMovieExporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rotord/ofxMovieExporter.h b/rotord/ofxMovieExporter.h index 5433812..28447d7 100755 --- a/rotord/ofxMovieExporter.h +++ b/rotord/ofxMovieExporter.h @@ -79,7 +79,7 @@ extern "C" #include <libswscale/swscale.h> //rest needed audio loader #include <libavutil/opt.h> - #include <libavutil/channel_layout.h> + //#include <libavutil/channel_layout.h> #include <libavutil/common.h> #include <libavutil/imgutils.h> @@ -161,7 +161,7 @@ class ofxMovieExporter float frameInterval; float aframeInterval; float lastFrameTime; - + std::string outFileName; AVOutputFormat* outputFormat; |
