summaryrefslogtreecommitdiff
path: root/libavcodec/dctref.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dctref.h')
-rw-r--r--libavcodec/dctref.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libavcodec/dctref.h b/libavcodec/dctref.h
index ba89abd752..a93b70d9f2 100644
--- a/libavcodec/dctref.h
+++ b/libavcodec/dctref.h
@@ -22,10 +22,8 @@
#ifndef AVCODEC_DCTREF_H
#define AVCODEC_DCTREF_H
-#include "dsputil.h"
-
-void ff_ref_fdct(DCTELEM *block);
-void ff_ref_idct(DCTELEM *block);
+void ff_ref_fdct(short *block);
+void ff_ref_idct(short *block);
void ff_ref_dct_init(void);
#endif /* AVCODEC_DCTREF_H */