dsputil: move a bink-only function to binkdsp

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2011-07-27 15:47:02 +01:00
parent cbd58a872d
commit 1b3539d453
5 changed files with 19 additions and 19 deletions

View file

@ -1050,7 +1050,7 @@ static int bink_decode_plane(BinkContext *c, GetBitContext *gb, int plane_idx,
return -1;
}
if (blk != FILL_BLOCK)
c->dsp.scale_block(ublock, dst, stride);
c->bdsp.scale_block(ublock, dst, stride);
bx++;
dst += 8;
prev += 8;