summaryrefslogtreecommitdiff
path: root/libavcodec/mss3.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-12-22 16:25:24 +0100
committerDiego Biurrun <diego@biurrun.de>2014-03-22 06:17:29 -0700
commitf9279ee74936b4990fc46287c27816ef828cc06c (patch)
tree00fb1dfa7f07cc2592af5d8c18dadd565c36c1b6 /libavcodec/mss3.c
parent600b854ad8173995518bd917e7f86120b5505088 (diff)
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diffstat (limited to 'libavcodec/mss3.c')
-rw-r--r--libavcodec/mss3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mss3.c b/libavcodec/mss3.c
index c5e29a3205..9a0b1fb3e8 100644
--- a/libavcodec/mss3.c
+++ b/libavcodec/mss3.c
@@ -26,8 +26,8 @@
#include "avcodec.h"
#include "bytestream.h"
-#include "dsputil.h"
#include "internal.h"
+#include "mathops.h"
#include "mss34dsp.h"
#define HEADER_SIZE 27