diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 8e66928db5..804dac7558 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -467,7 +467,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data, s->cur_chan = 0; while (s->cur_chan < s->channels) { - unsigned int cmd; + unsigned cmd; int len; if (get_bits_left(&s->gb) < 3+FNSIZE) {