summaryrefslogtreecommitdiff
path: root/libavcodec/bit_depth_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-07 22:37:00 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-08 23:10:17 +0100
commitbf6b3ec924b4fb64d14df33077f4d4541d525dbf (patch)
tree43f8cd8bd8091698c3e454090caeb029377b8926 /libavcodec/bit_depth_template.c
parentb9c2408b19dc9408e9dc0ce4a099af529bbfba3b (diff)
dsputil: Move rnd_avg inline functions to a separate header
Diffstat (limited to 'libavcodec/bit_depth_template.c')
-rw-r--r--libavcodec/bit_depth_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c
index 9071ec2a35..294b3bbfd2 100644
--- a/libavcodec/bit_depth_template.c
+++ b/libavcodec/bit_depth_template.c
@@ -17,6 +17,7 @@
*/
#include "dsputil.h"
+#include "rnd_avg.h"
#ifndef BIT_DEPTH
#define BIT_DEPTH 8