Commit 73d8e11f authored by Thomas Guillem's avatar Thomas Guillem

mediacodec: remove invalid exception check

parent c39c4bd3
......@@ -1094,7 +1094,6 @@ static int GetOutput(decoder_t *p_dec, JNIEnv *env, picture_t *p_pic, jlong time
p_sys->stride = width;
if (p_sys->slice_height <= 0)
p_sys->slice_height = height;
CHECK_EXCEPTION();
ArchitectureSpecificCopyHooks(p_dec, p_sys->pixel_format, p_sys->slice_height,
p_sys->stride, &p_sys->architecture_specific_data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment