changeset 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 2dbed1c6a963
children 5ef823d919d5
files rv34.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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
  */