diff options
| author | Comment <tim@gray.(none)> | 2013-04-17 07:13:50 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-04-17 07:13:50 +0100 |
| commit | d8b12287ee9a76bff9035613e03017e44cb31639 (patch) | |
| tree | 4a52583caeb043528030112c964355deaa137df0 | |
| parent | 10eaf02eec5bdd03bf3360befb5e557aac0fd3fd (diff) | |
patch movie player
| -rw-r--r-- | rotord/ofxMovieExporter.cpp | 2 |
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); |
