aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoDecoderPAVC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'videocodec/OMXVideoDecoderPAVC.cpp')
-rw-r--r--videocodec/OMXVideoDecoderPAVC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderPAVC.cpp b/videocodec/OMXVideoDecoderPAVC.cpp
index 69584d0..5f78425 100644
--- a/videocodec/OMXVideoDecoderPAVC.cpp
+++ b/videocodec/OMXVideoDecoderPAVC.cpp
@@ -161,7 +161,7 @@ OMX_ERRORTYPE OMXVideoDecoderPAVC::GetVideoProfileLevelQuerySupported(OMX_PTR pS
return OMX_ErrorNone;
}
-OMX_ERRORTYPE OMXVideoDecoderPAVC::SetVideoProfileLevelQuerySupported(OMX_PTR pStructure) {
+OMX_ERRORTYPE OMXVideoDecoderPAVC::SetVideoProfileLevelQuerySupported(OMX_PTR) {
LOGE("SetVideoProfileLevelQuerySupported is not supported.");
return OMX_ErrorUnsupportedSetting;
}