• DRC's avatar
    Java: Fix NullPointerException in YUVImage · 32120054
    DRC authored
    planes == null is a valid argument to setBuf() if alloc == true, so we
    need to make sure that planes is non-null before validating its length.
    We also need to allocate one dimension of the planes array if it's null.
    
    Fixes #168
    32120054
To find the state of this project's repository at the time of any of these versions, check out the tags.