From cba64af2459188f495753e4b93ae27d044d7902c Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 5 Oct 2008 16:11:12 +0000 Subject: [PATCH] Register RV-[34] block specific feature for long future loop filter Originally committed as revision 15565 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv34.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.11.0