summaryrefslogtreecommitdiffstats
path: root/common/ih264_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ih264_defs.h')
-rw-r--r--common/ih264_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ih264_defs.h b/common/ih264_defs.h
index 6bf74d1..b26a5a4 100644
--- a/common/ih264_defs.h
+++ b/common/ih264_defs.h
@@ -270,6 +270,9 @@ typedef enum
P8x8 = 6,
PSKIP = 7,
IPCM = 8,
+ B16x16 = 9,
+ BSKIP = 10,
+ BDIRECT = 11,
MAX_MBTYPES,
}MBTYPES_T;