Break out of wait on InterruptedException

This commit is contained in:
Cameron Gutman
2022-09-16 00:09:09 -05:00
parent 03f9ea8435
commit 8656228014

View File

@@ -566,6 +566,8 @@ public class MediaCodecDecoderRenderer extends VideoDecoderRenderer implements C
// handle that here, we will re-interrupt the thread to set the interrupt
// status back to true.
Thread.currentThread().interrupt();
break;
}
}
}