From 6ac2cb2c5292df82c72ee23e29bbff1e63aca37a Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 18 Nov 2010 14:06:07 -0800 Subject: [PATCH] Log H.264 profile/level in OMXCodec Change-Id: I5bf98e1ace701b543234dd9dae1315037ff363c2 --- media/libstagefright/OMXCodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 5ed4d8478cec9..6e8f190242693 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -595,7 +595,7 @@ status_t OMXCodec::configureCodec(const sp &meta, uint32_t flags) { size -= length; } - CODEC_LOGV( + CODEC_LOGI( "AVC profile = %d (%s), level = %d", (int)profile, AVCProfileToString(profile), level);