diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-09-10 17:01:30 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-09-10 17:01:30 +0000 |
commit | 84740d5980fd3249028a3b2381a76f6cd188f454 (patch) | |
tree | 44f5994b8dce2a40bc081c7926ffdeb4529b437d /libavcodec/avcodec.h | |
parent | 96b6ace22e610a62d0e9198254164b08c7e4790a (diff) | |
download | ffmpeg-84740d5980fd3249028a3b2381a76f6cd188f454.tar.gz |
xvids mmx&mmx2 idcts
needed to decode xvid without some minor artefacts
under #ifdef CONFIG_GPL of course
Originally committed as revision 4572 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 44e91150e9..065522fa5a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1246,6 +1246,7 @@ typedef struct AVCodecContext { #define FF_IDCT_H264 11 #define FF_IDCT_VP3 12 #define FF_IDCT_IPP 13 +#define FF_IDCT_XVIDMMX 14 /** * slice count. |