Skip to content
Snippets Groups Projects
Commit a2b598a2 authored by Yunqing Wang's avatar Yunqing Wang Committed by Code Review
Browse files

Merge "Fix one gcc compiler warning"

parents 7f31d987 7804befb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment