]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
[ffmpeg] / libavcodec / h264.h
index 7708195f5ba07c40e40b17c061dd2d8b84018290..40a94a0228f4b28ace084151214cebbc3a04802d 100644 (file)
@@ -339,7 +339,7 @@ typedef struct H264Context{
     int mb_field_decoding_flag;
     int mb_mbaff;              ///< mb_aff_frame && mb_field_decoding_flag
 
-    unsigned int sub_mb_type[4];
+    uint16_t sub_mb_type[4];
 
     //POC stuff
     int poc_lsb;