From 7a8547510697b8033ea26d05879cfd5d5f6bef70 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Tue, 19 May 2015 10:38:31 +0300 Subject: [PATCH] Remove leftover printfs in x86 encoder initialization A library shouldn't printf things to the common stdout, at least not in normal builds. Change-Id: Ifd875369c2347549f141fe0f9754e51814c0de96 --- encoder/x86/ih264e_function_selector_sse42.c | 1 - encoder/x86/ih264e_function_selector_ssse3.c | 1 - 2 files changed, 2 deletions(-) diff --git a/encoder/x86/ih264e_function_selector_sse42.c b/encoder/x86/ih264e_function_selector_sse42.c index 6fa6308..d953c76 100644 --- a/encoder/x86/ih264e_function_selector_sse42.c +++ b/encoder/x86/ih264e_function_selector_sse42.c @@ -112,7 +112,6 @@ void ih264e_init_function_ptr_sse42(codec_t *ps_codec) WORD32 i; process_ctxt_t *ps_proc = NULL; me_ctxt_t *ps_me_ctxt = NULL; - printf("Enabling SSE42 functions\n"); /* Init luma forward transform fn ptr */ ps_codec->pf_resi_trans_quant_4x4 = ih264_resi_trans_quant_4x4_sse42; diff --git a/encoder/x86/ih264e_function_selector_ssse3.c b/encoder/x86/ih264e_function_selector_ssse3.c index 7401e53..4eb4c7b 100644 --- a/encoder/x86/ih264e_function_selector_ssse3.c +++ b/encoder/x86/ih264e_function_selector_ssse3.c @@ -109,7 +109,6 @@ */ void ih264e_init_function_ptr_ssse3(codec_t *ps_codec) { - printf("Enabling SSSE3 functions\n"); /* Init function pointers for intra pred leaf level functions luma * Intra 16x16 */