diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-21 22:39:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-21 22:39:00 +0000 |
commit | c252b26d5545fa58e0d30965464a830f1b519d73 (patch) | |
tree | f75f95a922eef7d3a7c0498fcdaa7d9f4b20279f /libavcodec/resample2.c | |
parent | ca6940f871c2b8fdd056407f7928659d42c6d1b0 (diff) | |
download | ffmpeg-c252b26d5545fa58e0d30965464a830f1b519d73.tar.gz |
make high precision mode accessible at compile time
Originally committed as revision 8470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/resample2.c')
-rw-r--r-- | libavcodec/resample2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c index 6f487bfd95..84221f4d65 100644 --- a/libavcodec/resample2.c +++ b/libavcodec/resample2.c @@ -30,7 +30,7 @@ #include "common.h" #include "dsputil.h" -#if 1 +#ifndef CONFIG_RESAMPLE_HP #define FILTER_SHIFT 15 #define FELEM int16_t |