summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-07-08 11:16:11 -0700
committerJames Dong <jdong@google.com>2010-07-08 21:25:55 -0700
commitb914122eb9cb54bbeae4ec03bfebb194aecdccbd (patch)
tree92968131eb8b5cd486338c484f743d67d48ba2c5 /media/libstagefright/OMXCodec.cpp
parentcb28102ad3976339ec445afbcb4130f2991b38d7 (diff)
downloadframeworks_av-b914122eb9cb54bbeae4ec03bfebb194aecdccbd.zip
frameworks_av-b914122eb9cb54bbeae4ec03bfebb194aecdccbd.tar.gz
frameworks_av-b914122eb9cb54bbeae4ec03bfebb194aecdccbd.tar.bz2
Add runtime dumpsys support for media recorder client
Change-Id: I4c8a81720f3be2db54678a7e84fe12849255046b
Diffstat (limited to 'media/libstagefright/OMXCodec.cpp')
-rw-r--r--media/libstagefright/OMXCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 83f7040..efaab5b 100644
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -948,7 +948,7 @@ status_t OMXCodec::getVideoProfileLevel(
int32_t supportedProfile = static_cast<int32_t>(param.eProfile);
int32_t supportedLevel = static_cast<int32_t>(param.eLevel);
- CODEC_LOGV("Supported profile: %ld, level %ld",
+ CODEC_LOGV("Supported profile: %d, level %d",
supportedProfile, supportedLevel);
if (profile == supportedProfile &&