]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/shorten.c
ffprobe: refactor frames decoding.
[ffmpeg] / libavcodec / shorten.c
index 66261d2a1a0106c20bde8765654a09a14e7e7ad6..b47e1a69f1c6631d58a9ad4743883f701a08f80c 100644 (file)
@@ -466,7 +466,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data,
 
     s->cur_chan = 0;
     while (s->cur_chan < s->channels) {
-        int cmd;
+        unsigned int cmd;
         int len;
 
         if (get_bits_left(&s->gb) < 3+FNSIZE) {