Commit 671c8785 authored by Diego Biurrun's avatar Diego Biurrun

bfin: dsputil: Remove unused global variable

parent db3f61a0
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment