aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-21 17:33:17 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-22 06:17:29 -0700
commit322a1dda973e802db7b57f2007fad3efcd5bab81 (patch)
treeb90c1ebb0502547287ecf732e122c7dd810dfec8 /libavcodec/dsputil_template.c
parentf9279ee74936b4990fc46287c27816ef828cc06c (diff)
downloadffmpeg-322a1dda973e802db7b57f2007fad3efcd5bab81.tar.gz
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
Diffstat (limited to 'libavcodec/dsputil_template.c')
-rw-r--r--libavcodec/dsputil_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dsputil_template.c b/libavcodec/dsputil_template.c
index f6e03ec0bf..56f41ad767 100644
--- a/libavcodec/dsputil_template.c
+++ b/libavcodec/dsputil_template.c
@@ -27,6 +27,8 @@
* DSP utils
*/
+#include "pixels.h"
+
#include "bit_depth_template.c"
#if BIT_DEPTH == 8