[UTC][capi-media-codec][NON-ACR][Fix implicit declaration of function]
authorSejun Park <sejun79.park@samsung.com>
Thu, 23 Jun 2016 10:14:43 +0000 (19:14 +0900)
committerSejun Park <sejun79.park@samsung.com>
Thu, 23 Jun 2016 10:15:50 +0000 (19:15 +0900)
Change-Id: Iab3df3bbe49d508b8d2029be3ab4e29db4551eba
Signed-off-by: Sejun Park <sejun79.park@samsung.com>
src/utc/mediacodec/utc-media-mediacodec.c

index 1590545..8687c72 100755 (executable)
@@ -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;
 }