diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-10-05 16:11:12 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-10-05 16:11:12 +0000 |
commit | cba64af2459188f495753e4b93ae27d044d7902c (patch) | |
tree | 6f1165e3c4b7799af591a9eac556ab7be7f1f56d /libavcodec/rv34.h | |
parent | 3a540877333caff55a88b296399c7d7edb71326e (diff) | |
download | ffmpeg-cba64af2459188f495753e4b93ae27d044d7902c.tar.gz |
Register RV-[34] block specific feature for long future loop filter
Originally committed as revision 15565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv34.h')
-rw-r--r-- | libavcodec/rv34.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 2dadedc4fc..b6e576ccb0 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -33,6 +33,9 @@ #include "h264pred.h" +#define MB_TYPE_SEPARATE_DC 0x01000000 +#define IS_SEPARATE_DC(a) ((a) & MB_TYPE_SEPARATE_DC) + /** * RV30 and RV40 Macroblock types */ |