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/vp8dsp.c | |
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/vp8dsp.c')
-rw-r--r-- | libavcodec/vp8dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp8dsp.c b/libavcodec/vp8dsp.c index 92190927ae..ad7c60309c 100644 --- a/libavcodec/vp8dsp.c +++ b/libavcodec/vp8dsp.c @@ -24,7 +24,7 @@ * VP8 compatible video decoder */ -#include "dsputil.h" +#include "mathops.h" #include "vp8dsp.h" #include "libavutil/common.h" |