From e6b9903d8275d29569aef41f6848800b9af8eccf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 6 Aug 2012 09:24:34 +0200 Subject: [PATCH] shorten: fix cmd type Signed-off-by: Michael Niedermayer --- libavcodec/shorten.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index 66261d2a1a..b47e1a69f1 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -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) {