X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fshorten.c;h=804dac75588e2d16d5c1d3cf7a3144ad03bd1657;hb=7f23b2a9d0da328e6939de87a0ef509842b3a907;hp=8e66928db505bffd44a6cc43cfb26c830f96e409;hpb=766f0552012480934b65a1935d272f6c8cf756fe;p=ffmpeg diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 8e66928db50..804dac75588 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) {