shorten: fix cmd type

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-08-06 09:24:34 +02:00
parent 9c1619b5fe
commit e6b9903d82
1 changed files with 1 additions and 1 deletions

View 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) {