]> git.sesse.net Git - ffmpeg/commit
avcodec/exr: initialize axmax and bxmin to 0
authorPaul B Mahol <onemda@gmail.com>
Sat, 12 Sep 2020 08:06:35 +0000 (10:06 +0200)
committerPaul B Mahol <onemda@gmail.com>
Sat, 12 Sep 2020 08:09:18 +0000 (10:09 +0200)
commita406dde1d21b9f253f996e94a2fd2045898f9c37
tree42c996274364bacded3607d245a64feeead584c6
parent1c094563fe93cfe0e8b5632efa7b2c6c26b3f205
avcodec/exr: initialize axmax and bxmin to 0

They can be used uninitialized.
libavcodec/exr.c