mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
dct-test: Remove a stray declaration of a nonexistent function
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
5302633919
commit
89baf35996
@ -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…
Reference in New Issue
Block a user