Commit 23c8d864 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

mediacodec: remove debug log

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f9aab1fe
......@@ -1085,7 +1085,6 @@ static picture_t *DecodeVideo(decoder_t *p_dec, block_t **pp_block)
}
}
i_output_ret = GetOutput(p_dec, env, p_pic, timeout);
msg_Err(p_dec, "i_output_ret: %d", i_output_ret);
if (i_output_ret == -1) {
p_sys->error_state = true;
break;
......
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