[FFmpeg-cvslog] r15565 - trunk/libavcodec/rv34.h

kostya subversion
Sun Oct 5 18:11:12 CEST 2008


Author: kostya
Date: Sun Oct  5 18:11:12 2008
New Revision: 15565

Log:
Register RV-[34] block specific feature for long future loop filter

Modified:
   trunk/libavcodec/rv34.h

Modified: trunk/libavcodec/rv34.h
==============================================================================
--- trunk/libavcodec/rv34.h	(original)
+++ trunk/libavcodec/rv34.h	Sun Oct  5 18:11:12 2008
@@ -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
  */




More information about the ffmpeg-cvslog mailing list