]> git.sesse.net Git - x264/blobdiff - common/common.h
MBAFF: CABAC encoding of skips
[x264] / common / common.h
index 263f99414a4f0bed5324d48fb72777fa89a623fb..f19f2f646cbab9b0c8b1a5290e23970953dae727 100644 (file)
@@ -750,6 +750,7 @@ struct x264_t
 
             /* number of neighbors (top and left) that used 8x8 dct */
             int     i_neighbour_transform_size;
+            int     i_neighbour_skip;
 
             /* neighbor CBPs */
             int     i_cbp_top;