diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-22 22:23:04 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-22 22:23:04 +0100 |
commit | 672c610d8439ec7e83ba1e1d0c5ca2388cfccfc3 (patch) | |
tree | 17a5bca7fe47fa6729fc3ec48cf9dee3ba37faa8 /libavcodec/rv30dsp.c | |
parent | d6d3cfb0aa23c1f6111f71889256874d86c2cf77 (diff) | |
parent | f9279ee74936b4990fc46287c27816ef828cc06c (diff) | |
download | ffmpeg-672c610d8439ec7e83ba1e1d0c5ca2388cfccfc3.tar.gz |
Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'
* commit 'f9279ee74936b4990fc46287c27816ef828cc06c':
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Conflicts:
libavcodec/imgconvert.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv30dsp.c')
-rw-r--r-- | libavcodec/rv30dsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv30dsp.c b/libavcodec/rv30dsp.c index 9d3407df7c..bd084bff7a 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) \ |