]> git.sesse.net Git - ffmpeg/commit
lls: mark max_order as unsigned short
authorLuca Barbato <lu_zero@gentoo.org>
Mon, 25 Feb 2013 09:37:39 +0000 (10:37 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 28 Feb 2013 16:39:24 +0000 (17:39 +0100)
commit399663be9d4a839b894c48a21b62926eb8497d72
tree5c7ec14a1da0a321180b91d4b5086c9863101036
parent9d4da474f5f40b019cb4cb931c8499deee586174
lls: mark max_order as unsigned short

The value is within 0 and 32.

Remove an `array subscript is below array bounds` warning.
libavutil/lls.c
libavutil/lls.h