From 03ce875a46f4bb4c014599d5ff41ad4861b69fc2 Mon Sep 17 00:00:00 2001 From: Sejun Park Date: Thu, 23 Jun 2016 19:14:43 +0900 Subject: [PATCH] [UTC][capi-media-codec][NON-ACR][Fix implicit declaration of function] Change-Id: Iab3df3bbe49d508b8d2029be3ab4e29db4551eba Signed-off-by: Sejun Park --- src/utc/mediacodec/utc-media-mediacodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utc/mediacodec/utc-media-mediacodec.c b/src/utc/mediacodec/utc-media-mediacodec.c index 1590545..8687c72 100755 --- a/src/utc/mediacodec/utc-media-mediacodec.c +++ b/src/utc/mediacodec/utc-media-mediacodec.c @@ -591,7 +591,7 @@ static bool eos_cb(void *user_data) static bool _mcdiacodec_supported_cb(mediacodec_codec_type_e type, void *user_data) { if(type != -1) - g_printf("type : %x\n", type); + g_print("type : %x\n", type); return true; } -- 2.7.4