Commit e6b9903d authored by Michael Niedermayer's avatar Michael Niedermayer

shorten: fix cmd type

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9c1619b5
...@@ -466,7 +466,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data, ...@@ -466,7 +466,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data,
s->cur_chan = 0; s->cur_chan = 0;
while (s->cur_chan < s->channels) { while (s->cur_chan < s->channels) {
int cmd; unsigned int cmd;
int len; int len;
if (get_bits_left(&s->gb) < 3+FNSIZE) { if (get_bits_left(&s->gb) < 3+FNSIZE) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment