mirror of https://github.com/FFmpeg/FFmpeg.git
The HNM 4 video decoder's init function claimed that an allocation failed if the image dimensions are wrong. This is fixed in this commit: The dimensions are checked before the allocations are attempted. The check whether width * height is zero is redundant as av_image_check_size() already checks for this; it has been removed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/352/head
parent
042af30303
commit
cc83f36b9d
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue