[x264-devel] typo in macroblock.h

Schier Michael michael.schier at uibk.ac.at
Fri Jul 16 11:13:05 CEST 2010


hi all,

i'm not sure whether this is intended or not (is a bug or not), just
take a quick look at it:

--- a/common/macroblock.h
+++ b/common/macroblock.h
@@ -86,7 +86,7 @@ enum mb_class_e
 };
 static const uint8_t x264_mb_type_fix[X264_MBTYPE_MAX] =
 {
-    I_4x4, I_4x4, I_16x16, I_PCM,
+    I_4x4, I_8x8, I_16x16, I_PCM,
     P_L0, P_8x8, P_SKIP,
     B_DIRECT, B_L0_L0, B_L0_L1, B_L0_BI, B_L1_L0, B_L1_L1,
     B_L1_BI, B_BI_L0, B_BI_L1, B_BI_BI, B_8x8, B_SKIP


br,
schier mike



More information about the x264-devel mailing list