Skip to content
  • Luis de Bethencourt's avatar
    deinterlace: remove check for impossible condition · 3738ce8b
    Luis de Bethencourt authored
    Commit bd27a1f3 added a few error handling
    memory management checks. These check srccaps to see if it needs to be
    unreferenced before returning, in the case of invalid_caps this goto jump
    always happens before srccaps is set, so it will always be NULL in this
    error label.
    
    CID #1352035
    3738ce8b