deinterlace: remove check for impossible condition
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
Showing
Please register or sign in to comment