X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmss3.c;h=81b7e2017c784d837d1c41f730eabc89c0626bed;hb=fea471347218be0b8d1313b8f14ea9512e555d76;hp=7f3801774ae075318df53f2d7d7c89900ffba104;hpb=8c6f18e4449ad2bb3c30621b9dca45acc86332cb;p=ffmpeg diff --git a/libavcodec/mss3.c b/libavcodec/mss3.c index 7f3801774ae..81b7e2017c7 100644 --- a/libavcodec/mss3.c +++ b/libavcodec/mss3.c @@ -356,8 +356,9 @@ static int rac_get_model2_sym(RangeCoder *c, Model2 *m) static int rac_get_model_sym(RangeCoder *c, Model *m) { - int prob, prob2, helper, val; + int val; int end, end2; + unsigned prob, prob2, helper; prob = 0; prob2 = c->range;