diff options
author | Måns Rullgård <mans@mansr.com> | 2009-01-18 05:52:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-01-18 05:52:12 +0000 |
commit | 74c474634487696fa0cca055cb8694d0e4bc1329 (patch) | |
tree | 7053ebb58fb85e1f9fbd0d3c14407b8a2e2dc534 /libavcodec/avcodec.h | |
parent | c2fbf89398bcb3e8b652c23a18200d79cac84fc2 (diff) | |
download | ffmpeg-74c474634487696fa0cca055cb8694d0e4bc1329.tar.gz |
Alpha: proper IDCT selection
Only select the Alpha IDCT if auto or explicitly requested. Also
disable it in lowres mode.
Originally committed as revision 16666 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 958ba8c30d..edd4a7beb6 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1398,6 +1398,7 @@ typedef struct AVCodecContext { #define FF_IDCT_FAAN 20 #define FF_IDCT_EA 21 #define FF_IDCT_SIMPLENEON 22 +#define FF_IDCT_SIMPLEALPHA 23 /** * slice count |