summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dsp.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-07 21:25:55 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-07 22:08:19 +0100
commit6a4430407404bfe55581e66a86a496c9adf6fb44 (patch)
tree68ff941e980da45fc17647b9a9f0624a5acde9f6 /libavcodec/h264dsp.c
parentb9ba5253dd1232be4b48cfe61c31ff4b3de3d10a (diff)
downloadffmpeg-streaming-6a4430407404bfe55581e66a86a496c9adf6fb44.zip
ffmpeg-streaming-6a4430407404bfe55581e66a86a496c9adf6fb44.tar.gz
dsputil: Move ff_h264_idct function declarations to a separate header
Diffstat (limited to 'libavcodec/h264dsp.c')
-rw-r--r--libavcodec/h264dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264dsp.c b/libavcodec/h264dsp.c
index 1353c1a..d29c685 100644
--- a/libavcodec/h264dsp.c
+++ b/libavcodec/h264dsp.c
@@ -28,6 +28,7 @@
#include <stdint.h>
#include "avcodec.h"
#include "h264dsp.h"
+#include "h264idct.h"
#include "libavutil/common.h"
#define BIT_DEPTH 8
OpenPOWER on IntegriCloud