• Vignesh Venkatasubramanian's avatar
    vp9_dx_iface: Stop using iter parameter incorrectly · 530e6014
    Vignesh Venkatasubramanian authored
    'iter' parameter is being checked for NULL in every call to
    decoder_get_frame which is quite pointless because it is always
    going to be NULL unless the application changed it. The code works
    as described only because vp9_get_raw_frame returns -1 on all
    subsequent calls after the first.
    
    Change-Id: Ic736b9e8fe36fc1430fc11d6a9b292be02497248
    530e6014