]> git.sesse.net Git - vlc/commitdiff
mediacodec: remove debug log
authorThomas Guillem <thomas@gllm.fr>
Wed, 25 Mar 2015 15:39:54 +0000 (15:39 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 26 Mar 2015 15:08:54 +0000 (16:08 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/omxil/android_mediacodec.c

index 1bb05a4274660bad25955b3b179a46d6425e3f92..798bec4a5f1828001d8276f56eb94e057cfd62e9 100644 (file)
@@ -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;