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:
authorDiego Biurrun <diego@biurrun.de>2014-02-10 21:58:28 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-13 16:50:28 +0400
commited9625eb62be1e1c44cecdd73ea0d80077a15d48 (patch)
tree76af0ad117bbbcc6408e44c915e8bcd85234f042 /libavcodec/h264pred_template.c
parent9103185bd116930f90b847090e66a64fa9971ce2 (diff)
dsputil: Move intreadwrite.h #include from header file to .c files
Diffstat (limited to 'libavcodec/h264pred_template.c')
-rw-r--r--libavcodec/h264pred_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264pred_template.c b/libavcodec/h264pred_template.c
index e15c76c849..48baec8f85 100644
--- a/libavcodec/h264pred_template.c
+++ b/libavcodec/h264pred_template.c
@@ -25,6 +25,8 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
+#include "libavutil/intreadwrite.h"
+
#include "mathops.h"
#include "bit_depth_template.c"