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:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-09 16:40:03 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 16:40:03 +0400
commit0af07495ecccaeff605e64444fa6d56d56a71358 (patch)
tree2cc71da797b3a1248d74f59d01d5a7b64b2546ea /libavcodec/h264idct.c
parente5670cb8a1c9467a4a31dcb10f31bf63e44aeb69 (diff)
parent6a4430407404bfe55581e66a86a496c9adf6fb44 (diff)
Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'
* commit '6a4430407404bfe55581e66a86a496c9adf6fb44': dsputil: Move ff_h264_idct function declarations to a separate header Conflicts: libavcodec/dsputil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 d92025ce01..6a771affe1 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