diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-17 11:12:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-17 11:12:04 +0000 |
commit | 8b6103da0f0f2ac73cf2698e8f26d7b989a564ac (patch) | |
tree | e3de9b1ac794d351fc0654ff54e8180bff9b893d /libavcodec/avcodec.h | |
parent | ea191e08d6cefad09bfb1e6d9317874dfd4080be (diff) | |
download | ffmpeg-8b6103da0f0f2ac73cf2698e8f26d7b989a564ac.tar.gz |
porting vp3 idct over to lavc idct api
Originally committed as revision 4257 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 b9fccc4cff..f849f6b562 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1177,6 +1177,7 @@ typedef struct AVCodecContext { #define FF_IDCT_SH4 9 #define FF_IDCT_SIMPLEARM 10 #define FF_IDCT_H264 11 +#define FF_IDCT_VP3 12 /** * slice count. |