Browse Source

dct-test: Remove a stray declaration of a nonexistent function

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.11
Martin Storsjö 13 years ago
parent
commit
89baf35996
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/dct-test.c

+ 0
- 2
libavcodec/dct-test.c View File

@@ -48,8 +48,6 @@
void ff_mmx_idct(DCTELEM *data);
void ff_mmxext_idct(DCTELEM *data);

void odivx_idct_c(short *block);

// BFIN
void ff_bfin_idct(DCTELEM *block);
void ff_bfin_fdct(DCTELEM *block);


Loading…
Cancel
Save