diff options
Diffstat (limited to 'spuencoder.c')
-rw-r--r-- | spuencoder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spuencoder.c b/spuencoder.c index d6d20e5..fe6425f 100644 --- a/spuencoder.c +++ b/spuencoder.c @@ -71,6 +71,8 @@ void cSpuEncoder::encode(cBitmap *bmap, int top, int left) { // store internaly bitmap = bmap; + this->top = top; + this->left = left; // prepare datastructures memset(&spu, 0, sizeof(spu)); |