../libvpx/vp8/encoder/bitstream.c: In function ‘pack_inter_mode_mvs’:
../libvpx/vp8/encoder/bitstream.c:1026: warning: array subscript has type ‘char’

Change-Id: Ic77491e0a172fa1821e5b3e914d0dc41fe87c00f
This commit is contained in:
Yunqing Wang 2010-10-14 14:25:03 -04:00
Родитель d6da7b8ea1
Коммит 7804befb55
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -169,7 +169,7 @@ typedef struct
MV as_mv;
} mv;
char partitioning;
unsigned char partitioning;
unsigned char mb_skip_coeff; //does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens
unsigned char dc_diff;
unsigned char need_to_clamp_mvs;