• Adrian Grange's avatar
    Fix bug in extend_frame chroma extended too far · d427fab5
    Adrian Grange authored
    This fixes issue 667.
    
    In the case where the frame was an odd number of pixels
    wide or high, the border was being extended by one col
    or row too far.
    
    The calculation of color plane dimensions was modified
    to use those already computed at the time the frame
    buffer was allocated.
    
    Also freed the temporary scaling buffer in vpxdec to
    prevent a memory leak.
    
    Change-Id: Ied04bdcdfd77469731408c05da205db1a6f89bf5
    d427fab5