Commit 0f958568 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '671c8785'

* commit '671c8785':
  bfin: dsputil: Remove unused global variable
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5dd97d58 671c8785
......@@ -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