summaryrefslogtreecommitdiff
path: root/rotord/ofxMovieExporter.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-04-18 02:05:13 +0100
committerComment <tim@gray.(none)>2013-04-18 02:05:13 +0100
commit295bd6aa3509ed07b998f2b98cfe4852da317ec2 (patch)
tree06cf0beed692978d6bb2ba2af278cfd5351b37e7 /rotord/ofxMovieExporter.h
parentbd728800f22d6086ef1c901d7a212d655640c97c (diff)
muxing audio
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;