mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
lavc/svq3: Remove an unused function.
This commit is contained in:
parent
3a7f8d2a1f
commit
1e298e7724
@ -629,11 +629,6 @@ static av_always_inline void hl_decode_mb_idct_luma(SVQ3Context *s,
|
||||
}
|
||||
}
|
||||
|
||||
static av_always_inline int dctcoef_get(int16_t *mb, int index)
|
||||
{
|
||||
return AV_RN16A(mb + index);
|
||||
}
|
||||
|
||||
static av_always_inline void hl_decode_mb_predict_luma(SVQ3Context *s,
|
||||
int mb_type,
|
||||
const int *block_offset,
|
||||
|
Loading…
Reference in New Issue
Block a user