summaryrefslogtreecommitdiff
path: root/rotord/ofxMovieExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/ofxMovieExporter.h')
-rwxr-xr-xrotord/ofxMovieExporter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rotord/ofxMovieExporter.h b/rotord/ofxMovieExporter.h
index 507751e..4682107 100755
--- a/rotord/ofxMovieExporter.h
+++ b/rotord/ofxMovieExporter.h
@@ -170,6 +170,10 @@ class ofxMovieExporter
AVCodec* codec;
AVCodecContext* codecCtx;
+ AVCodec* acodec;
+ AVCodecContext* acodecCtx;
+
+
SwsContext* convertCtx;
unsigned char* inPixels;