diff options
| author | Andreas Huber <andih@google.com> | 2010-11-18 14:15:02 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-18 14:15:02 -0800 |
| commit | 2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5 (patch) | |
| tree | 3cbfcdf8befb6678dcca5fe821a017dbdc1cbb53 | |
| parent | b7a4814f71817b8b3fbbb4b6eac91183ac7c5475 (diff) | |
| parent | 6ac2cb2c5292df82c72ee23e29bbff1e63aca37a (diff) | |
| download | frameworks_base-2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5.zip frameworks_base-2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5.tar.gz frameworks_base-2a26037ddd2d4c3150e3d8ca5d7caf23deae35d5.tar.bz2 | |
Merge "Log H.264 profile/level in OMXCodec"
| -rw-r--r-- | media/libstagefright/OMXCodec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 5ed4d84..6e8f190 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -595,7 +595,7 @@ status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) { size -= length; } - CODEC_LOGV( + CODEC_LOGI( "AVC profile = %d (%s), level = %d", (int)profile, AVCProfileToString(profile), level); |
