summaryrefslogtreecommitdiff
path: root/libavcodec/dctref.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 18:43:33 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 18:43:33 +0000
commit6a81329593fcb10ab912de283a5a8f3e360fb815 (patch)
treea5ecaf69ede4f01875807a5bf81ce4f6f29ccaaf /libavcodec/dctref.c
parent2f8ba7fc74848de65a2edfc88984438ab1a1aa8d (diff)
Move dctref prototypes to a header file
Originally committed as revision 22331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dctref.c')
-rw-r--r--libavcodec/dctref.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dctref.c b/libavcodec/dctref.c
index faad057a9a..c915ed6fd7 100644
--- a/libavcodec/dctref.c
+++ b/libavcodec/dctref.c
@@ -30,6 +30,8 @@
*/
#include "libavutil/mathematics.h"
+#include "dctref.h"
+
static double coefficients[8 * 8];
/**