summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-05-17 11:12:04 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-17 11:12:04 +0000
commit8b6103da0f0f2ac73cf2698e8f26d7b989a564ac (patch)
treee3de9b1ac794d351fc0654ff54e8180bff9b893d /libavcodec/avcodec.h
parentea191e08d6cefad09bfb1e6d9317874dfd4080be (diff)
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.h1
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.