summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-04-17 07:13:50 +0100
committerComment <tim@gray.(none)>2013-04-17 07:13:50 +0100
commitd8b12287ee9a76bff9035613e03017e44cb31639 (patch)
tree4a52583caeb043528030112c964355deaa137df0
parent10eaf02eec5bdd03bf3360befb5e557aac0fd3fd (diff)
patch movie player
-rw-r--r--rotord/ofxMovieExporter.cpp2
1 files changed, 2 insertions, 0 deletions
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);