[FFmpeg-cvslog] shorten: fix cmd type

Michael Niedermayer git at videolan.org
Mon Aug 6 09:28:59 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug  6 09:24:34 2012 +0200| [e6b9903d8275d29569aef41f6848800b9af8eccf] | committer: Michael Niedermayer

shorten: fix cmd type

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6b9903d8275d29569aef41f6848800b9af8eccf
---

 libavcodec/shorten.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 66261d2..b47e1a6 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) {



More information about the ffmpeg-cvslog mailing list