]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / vc1.h
index 88fa0e0f652684e6b6b390967f4cb7cd990bb48f..0c9032fe5c6cd0f01cc3a66c974efbe0bd769556 100644 (file)
@@ -349,7 +349,7 @@ typedef struct VC1Context{
     uint8_t fourmvbp;
     uint8_t* fieldtx_plane;
     int fieldtx_is_raw;
-    int8_t zzi_8x8[64];
+    uint8_t zzi_8x8[64];
     uint8_t *blk_mv_type_base, *blk_mv_type;    ///< 0: frame MV, 1: field MV (interlaced frame)
     uint8_t *mv_f_base, *mv_f[2];               ///< 0: MV obtained from same field, 1: opposite field
     uint8_t *mv_f_last_base, *mv_f_last[2];