summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/webm/WebmFrameThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/libstagefright/webm/WebmFrameThread.cpp')
-rw-r--r--media/libstagefright/webm/WebmFrameThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/webm/WebmFrameThread.cpp b/media/libstagefright/webm/WebmFrameThread.cpp
index 5addd3c..a4b8a42 100644
--- a/media/libstagefright/webm/WebmFrameThread.cpp
+++ b/media/libstagefright/webm/WebmFrameThread.cpp
@@ -48,7 +48,7 @@ status_t WebmFrameThread::start() {
status_t WebmFrameThread::stop() {
void *status;
pthread_join(mThread, &status);
- return (status_t) status;
+ return (status_t)(intptr_t)status;
}
//=================================================================================================