commit | f9279ee74936b4990fc46287c27816ef828cc06c | [log] [tgz] |
---|---|---|
author | Diego Biurrun <[email protected]> | Sun Dec 22 15:25:24 2013 |
committer | Diego Biurrun <[email protected]> | Sat Mar 22 13:17:29 2014 |
tree | 00fb1dfa7f07cc2592af5d8c18dadd565c36c1b6 | |
parent | 600b854ad8173995518bd917e7f86120b5505088 [diff] [blame] |
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
diff --git a/libavcodec/rv30dsp.c b/libavcodec/rv30dsp.c index bae39bd..92234ed 100644 --- a/libavcodec/rv30dsp.c +++ b/libavcodec/rv30dsp.c
@@ -27,6 +27,7 @@ #include "avcodec.h" #include "h264chroma.h" #include "h264qpel.h" +#include "mathops.h" #include "rv34dsp.h" #define RV30_LOWPASS(OPNAME, OP) \