diff rv34.h @ 7999:582e4aae5d16 libavcodec

Register RV-[34] block specific feature for long future loop filter
author kostya
date Sun, 05 Oct 2008 16:11:12 +0000
parents c4a4495715dd
children b6d93bef844a
line wrap: on
line diff
--- 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
  */