mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
bfin: dsputil: Remove unused global variable
This commit is contained in:
parent
db3f61a04f
commit
671c878559
@ -26,8 +26,6 @@
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "dsputil_bfin.h"
|
||||
|
||||
int off;
|
||||
|
||||
static void bfin_idct_add (uint8_t *dest, int line_size, int16_t *block)
|
||||
{
|
||||
ff_bfin_idct (block);
|
||||
|
Loading…
Reference in New Issue
Block a user