jpeg2000: Initialize code blocks structures in precincts to 0
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 1 Jul 2013 08:01:16 +0000 (10:01 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 2 Jul 2013 18:05:45 +0000 (20:05 +0200)
commitb44925ae6b4bb7b9409053265005d9acada82057
tree4af0b8155528863fed7254e761e32d4d0e345f68
parentcf04af2086be105ff86088357b83d672d38417d9
jpeg2000: Initialize code blocks structures in precincts to 0

Prevent use of uninitialized memory / valgrind failure.

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/jpeg2000.c