From 295bd6aa3509ed07b998f2b98cfe4852da317ec2 Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 18 Apr 2013 02:05:13 +0100 Subject: muxing audio --- rotord/ofxMovieExporter.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rotord/ofxMovieExporter.h') 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; -- cgit v1.2.3