Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-08 00:25:55 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-08 01:08:19 +0400
commit6a4430407404bfe55581e66a86a496c9adf6fb44 (patch)
tree68ff941e980da45fc17647b9a9f0624a5acde9f6 /libavcodec/h264idct.c
parentb9ba5253dd1232be4b48cfe61c31ff4b3de3d10a (diff)
dsputil: Move ff_h264_idct function declarations to a separate header
Diffstat (limited to 'libavcodec/h264idct.c')
-rw-r--r--libavcodec/h264idct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264idct.c b/libavcodec/h264idct.c
index 1634a00835..ea08d03b07 100644
--- a/libavcodec/h264idct.c
+++ b/libavcodec/h264idct.c
@@ -25,6 +25,8 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
+#include "h264idct.h"
+
#define BIT_DEPTH 8
#include "h264idct_template.c"
#undef BIT_DEPTH