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 16:16:57 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-09 16:23:59 +0400
commitb05830169d97f11509a29ed211e79e54f7dece5d (patch)
tree901af4cf633015933b9c9fdf4bbb269c2cb108ab /libavcodec/sanm.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/sanm.c')
-rw-r--r--libavcodec/sanm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sanm.c b/libavcodec/sanm.c
index c9284920b6..84e3d39201 100644
--- a/libavcodec/sanm.c
+++ b/libavcodec/sanm.c
@@ -23,6 +23,7 @@
// #define DEBUG 1
#include "avcodec.h"
+#include "copy_block.h"
#include "bytestream.h"
#include "internal.h"
#include "libavutil/bswap.h"