Skip to content
Snippets Groups Projects
Commit 23c8d864 authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf
Browse files

mediacodec: remove debug log


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f9aab1fe
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment