diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-11-02 11:28:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-02 11:28:08 +0000 |
commit | 05c4072b45f3cde1185de6eccfe7febf91d9f8fd (patch) | |
tree | 164979e7e556e44f5678d5599a40810bbf89fed8 /libavcodec/avcodec.h | |
parent | 26b35efb3a0d02a1ef6a8af804e6c59c1a190fa3 (diff) | |
download | ffmpeg-05c4072b45f3cde1185de6eccfe7febf91d9f8fd.tar.gz |
Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)
Originally committed as revision 1147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c85dead5c6..db1d9b915f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -650,6 +650,7 @@ typedef struct AVCodecContext { #define FF_DCT_INT 2 #define FF_DCT_MMX 3 #define FF_DCT_MLIB 4 +#define FF_DCT_ALTIVEC 5 /** * presentation timestamp in micro seconds (time when frame should be shown to user) @@ -716,6 +717,7 @@ typedef struct AVCodecContext { #define FF_IDCT_PS2 5 #define FF_IDCT_MLIB 6 #define FF_IDCT_ARM 7 +#define FF_IDCT_ALTIVEC 8 /** * slice count |