]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/shorten.c
Merge commit '8136f234445862c94d1c081606b2d1e3d44fccf3'
[ffmpeg] / libavcodec / shorten.c
index 8e66928db505bffd44a6cc43cfb26c830f96e409..804dac75588e2d16d5c1d3cf7a3144ad03bd1657 100644 (file)
@@ -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) {