dsputil: move a bink-only function to binkdsp
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
cbd58a872d
commit
1b3539d453
5 changed files with 19 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue