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 17:01:40 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 17:22:05 +0400
commit81a11452f8e0b486299905601460d6d2f7eaa548 (patch)
tree1c9a708d0c77e77c930385ed95ee82601b0bdfd0 /libavcodec/bit_depth_template.c
parenta8864615e6cc0bb202d9a269dbccbc7442232fe3 (diff)
parentbf6b3ec924b4fb64d14df33077f4d4541d525dbf (diff)
Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'
* commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf': dsputil: Move rnd_avg inline functions to a separate header Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 6b757fc041..66b737bd8e 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