# HG changeset patch # User kostya # Date 1223223072 0 # Node ID 582e4aae5d16e8bbcc6f4f49ff00d131662cedf3 # Parent 2dbed1c6a9638b75d86fd2e51cc1e373670b5788 Register RV-[34] block specific feature for long future loop filter diff -r 2dbed1c6a963 -r 582e4aae5d16 rv34.h --- a/rv34.h Sun Oct 05 14:36:10 2008 +0000 +++ b/rv34.h Sun Oct 05 16:11:12 2008 +0000 @@ -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 */