diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-23 09:11:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-23 09:11:56 +0000 |
commit | b4c3816cfaee19638f0d8b71a31fced84c34236c (patch) | |
tree | 10e449e29a1902d2328051628d2f94ef38f019c7 /libavcodec/faandct.h | |
parent | 10becaaf12a5ae7860a62f330a2120d7da3e5c40 (diff) | |
download | ffmpeg-b4c3816cfaee19638f0d8b71a31fced84c34236c.tar.gz |
optionally merge postscale into quantization table for the float aan dct
Originally committed as revision 2420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.h')
-rw-r--r-- | libavcodec/faandct.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index cf6f128f15..41615857d3 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -25,4 +25,6 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ +#define FAAN_POSTSCALE + void ff_faandct(DCTELEM * data); |