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>2013-12-22 19:25:24 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-22 17:17:29 +0400
commitf9279ee74936b4990fc46287c27816ef828cc06c (patch)
tree00fb1dfa7f07cc2592af5d8c18dadd565c36c1b6 /libavcodec/bit_depth_template.c
parent600b854ad8173995518bd917e7f86120b5505088 (diff)
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diffstat (limited to 'libavcodec/bit_depth_template.c')
-rw-r--r--libavcodec/bit_depth_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c
index 79bbbbba51..27e658ba75 100644
--- a/libavcodec/bit_depth_template.c
+++ b/libavcodec/bit_depth_template.c
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "mathops.h"
#include "rnd_avg.h"
#ifndef BIT_DEPTH