From d8b12287ee9a76bff9035613e03017e44cb31639 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 17 Apr 2013 07:13:50 +0100 Subject: patch movie player --- rotord/ofxMovieExporter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rotord/ofxMovieExporter.cpp b/rotord/ofxMovieExporter.cpp index 8b97813..b33352f 100644 --- a/rotord/ofxMovieExporter.cpp +++ b/rotord/ofxMovieExporter.cpp @@ -86,6 +86,8 @@ recording = false; numCaptures = 0; + this->inW = outW; + this->inH = outH; convertCtx = sws_getContext(inW, inH, PIX_FMT_RGB24, outW, outH, PIX_FMT_YUV420P, SWS_BICUBIC, NULL, NULL, NULL); -- cgit v1.2.3