diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-22 16:25:24 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | f9279ee74936b4990fc46287c27816ef828cc06c (patch) | |
tree | 00fb1dfa7f07cc2592af5d8c18dadd565c36c1b6 /libavcodec/indeo4data.h | |
parent | 600b854ad8173995518bd917e7f86120b5505088 (diff) | |
download | ffmpeg-f9279ee74936b4990fc46287c27816ef828cc06c.tar.gz |
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diffstat (limited to 'libavcodec/indeo4data.h')
-rw-r--r-- | libavcodec/indeo4data.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/indeo4data.h b/libavcodec/indeo4data.h index 9b8945a2ba..8311c68816 100644 --- a/libavcodec/indeo4data.h +++ b/libavcodec/indeo4data.h @@ -28,8 +28,9 @@ #define AVCODEC_INDEO4DATA_H #include <stdint.h> -#include "dsputil.h" + #include "ivi_common.h" +#include "mathops.h" /** * standard picture dimensions |