diff options
Diffstat (limited to 'rotord/ofxMovieExporter.h')
| -rwxr-xr-x | rotord/ofxMovieExporter.h | 4 |
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; |
