summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp
diff options
context:
space:
mode:
authorKévin PETIT <kevin.petit@arm.com>2014-02-28 10:48:38 +0000
committerKévin PETIT <kevin.petit@arm.com>2014-02-28 11:02:16 +0000
commit2b4e26aae2ecd6337add3f20974afa784371e386 (patch)
tree95adeeb9d2378974ef70a64b6d85af413f7cacdf /libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp
parent096d72a32824a0a8c86a716ba44d589183b2b0b3 (diff)
downloadframeworks_av-2b4e26aae2ecd6337add3f20974afa784371e386.zip
frameworks_av-2b4e26aae2ecd6337add3f20974afa784371e386.tar.gz
frameworks_av-2b4e26aae2ecd6337add3f20974afa784371e386.tar.bz2
Fix ALOGVs for 64bit
Change-Id: I556f90f9e6ace1a897d24326e5c14e7bf1e9fe29 Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
Diffstat (limited to 'libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp')
-rwxr-xr-xlibvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp b/libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp
index af53c54..2e0d05d 100755
--- a/libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp
+++ b/libvideoeditor/vss/stagefrightshells/src/VideoEditorMp3Reader.cpp
@@ -334,8 +334,8 @@ M4OSA_ERR VideoEditorMp3Reader_setOption(M4OSA_Context context,
(VideoEditorMp3Reader_Context*)context;
M4OSA_ERR err = M4NO_ERROR;
- ALOGV("VideoEditorMp3Reader_Context begin: optionId: %d Value: %d ",
- (int)optionId,(int)pValue);
+ ALOGV("VideoEditorMp3Reader_Context begin: optionId: %u Value: %p ",
+ optionId, pValue);
M4OSA_DEBUG_IF1((M4OSA_NULL == pReaderContext), M4ERR_PARAMETER,
"invalid context pointer");