summaryrefslogtreecommitdiff
path: root/libavcodec/paf.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-09 13:16:57 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 13:23:59 +0100
commitb05830169d97f11509a29ed211e79e54f7dece5d (patch)
tree901af4cf633015933b9c9fdf4bbb269c2cb108ab /libavcodec/paf.c
parent29a92c01148076cb3f90c132615a5c61e5b0f4ea (diff)
parentb9ba5253dd1232be4b48cfe61c31ff4b3de3d10a (diff)
Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'
* commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a': dsputil: Move copy_block functions to a separate header dsputil: Drop unused functions copy_block{2|4|16} No functions are droped because they are used in several places. Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/paf.c')
-rw-r--r--libavcodec/paf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/paf.c b/libavcodec/paf.c
index adb37ee7b6..8bbaa58421 100644
--- a/libavcodec/paf.c
+++ b/libavcodec/paf.c
@@ -24,6 +24,7 @@
#include "libavcodec/paf.h"
#include "bytestream.h"
#include "avcodec.h"
+#include "copy_block.h"
#include "internal.h"