Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cantabile committed Aug 4, 2018
1 parent 421091c commit 7da00d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dedot.cpp
Expand Up @@ -548,7 +548,7 @@ static const VSFrameRef *VS_CC dedotGetFrame(int n, int activationReason, void *

if (d->process[0]) {
int width = vsapi->getFrameWidth(srcC, 0);
int height = vsapi->getFrameWidth(srcC, 0);
int height = vsapi->getFrameHeight(srcC, 0);
int stride = vsapi->getStride(srcC, 0);

const uint8_t *pPP = vsapi->getReadPtr(srcPP, 0) + 2 * stride;
Expand Down

0 comments on commit 7da00d7

Please sign in to comment.