summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 1dc010f441..0d022f67cc 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -469,7 +469,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data,
s->cur_chan = 0;
while (s->cur_chan < s->channels) {
- int cmd;
+ unsigned cmd;
int len;
if (get_bits_left(&s->gb) < 3+FNSIZE) {