diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:33 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:33 +0000 |
commit | 6a81329593fcb10ab912de283a5a8f3e360fb815 (patch) | |
tree | a5ecaf69ede4f01875807a5bf81ce4f6f29ccaaf /libavcodec/dctref.c | |
parent | 2f8ba7fc74848de65a2edfc88984438ab1a1aa8d (diff) | |
download | ffmpeg-6a81329593fcb10ab912de283a5a8f3e360fb815.tar.gz |
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.c | 2 |
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]; /** |