diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-14 18:55:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-19 14:28:01 +0200 |
commit | 08c5859f17ed6c16d7e59ea63c63d85cc0d9427f (patch) | |
tree | dbfe97e41d3867a5330454ee112eadd747f2fcbd /libavcodec/avcodec.h | |
parent | 4c9ee1590febe38e3e4f5fd73bd34300d1e9ec6c (diff) | |
download | ffmpeg-08c5859f17ed6c16d7e59ea63c63d85cc0d9427f.tar.gz |
avcodec: add simpleauto idct
This will pick the "best" simple idct compatible idct
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7cf53b4848..2579ccc971 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2667,6 +2667,7 @@ typedef struct AVCodecContext { #if FF_API_ARCH_ALPHA #define FF_IDCT_SIMPLEALPHA 23 #endif +#define FF_IDCT_SIMPLEAUTO 128 /** * bits per sample/pixel from the demuxer (needed for huffyuv). |