Fix error handling in impeg2d_dec_pic_data_thread

In case of errors in impeg2d_dec_pic_data_thread() instead of
returning, the function is now updated to break the processing
loop and consider all the MBs in the row as skipped.

Test: mpeg2_dec_fuzzer
1 file changed