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/vc1dsp.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/vc1dsp.c')
-rw-r--r--libavcodec/vc1dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c
index 7ad63afd78..260eda401b 100644
--- a/libavcodec/vc1dsp.c
+++ b/libavcodec/vc1dsp.c
@@ -28,6 +28,7 @@
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "h264chroma.h"
+#include "rnd_avg.h"
#include "vc1dsp.h"