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>2014-03-14 02:25:21 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-14 02:30:43 +0400
commit5dce8e56c61f1008753d23db418a27964eaf13d3 (patch)
treeef649e3e4c3c90b9c38b7c17bff8c6c34ac35ce2 /libavcodec/vp8dsp.c
parentf5e6b49cd23b3437681220d40caaf103cb675407 (diff)
parented9625eb62be1e1c44cecdd73ea0d80077a15d48 (diff)
Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'
* commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48': dsputil: Move intreadwrite.h #include from header file to .c files Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp8dsp.c')
-rw-r--r--libavcodec/vp8dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp8dsp.c b/libavcodec/vp8dsp.c
index 00b4118b57..51e17b6a62 100644
--- a/libavcodec/vp8dsp.c
+++ b/libavcodec/vp8dsp.c
@@ -28,6 +28,7 @@
#include "dsputil.h"
#include "vp8dsp.h"
#include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
#define MK_IDCT_DC_ADD4_C(name) \
static void name ## _idct_dc_add4uv_c(uint8_t *dst, int16_t block[4][16], ptrdiff_t stride)\