summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-22 18:26:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-22 18:26:38 +0000
commit65e4c8c919c63b947b157bdb8f141685b6553fba (patch)
tree31e406da0e96c9e9547cb153907a9a2e35bdc658 /libavcodec/avcodec.h
parent9d9e31722ad6dda86da0ccb7eb72004c99057274 (diff)
floating point AAN DCT
Originally committed as revision 2415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 47ab4c0950..90cffd697a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -918,6 +918,7 @@ typedef struct AVCodecContext {
#define FF_DCT_MMX 3
#define FF_DCT_MLIB 4
#define FF_DCT_ALTIVEC 5
+#define FF_DCT_FAAN 6
/**
* luminance masking (0-> disabled).