diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2004-03-01 14:55:21 +0000 |
---|---|---|
committer | Ivan Kalvachev <ikalvachev@gmail.com> | 2004-03-01 14:55:21 +0000 |
commit | 5e5c247a7c2e00372ced497528c5fa000181e34c (patch) | |
tree | dfad2986b74414e4918099c4d19901a32bd38717 /libavcodec/avcodec.h | |
parent | 3f1d4e96008e5a83af736772cbe42f09da8b1638 (diff) | |
download | ffmpeg-5e5c247a7c2e00372ced497528c5fa000181e34c.tar.gz |
initial chroma_format changes,xvmc tweaks and codec_cap
Originally committed as revision 2833 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 e6e03389c2..b29653ec9f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -291,6 +291,8 @@ extern int motion_estimation_method; used */ #define CODEC_CAP_PARSE_ONLY 0x0004 #define CODEC_CAP_TRUNCATED 0x0008 +/* codec can export data for HW decoding (XvMC) */ +#define CODEC_CAP_HWACCEL 0x0010 //the following defines might change, so dont expect compatibility if u use them #define MB_TYPE_INTRA4x4 0x0001 |