aboutsummaryrefslogtreecommitdiff
path: root/videocodec/OMXVideoDecoderBase.h
diff options
context:
space:
mode:
authorywan171 <yi.a.wang@intel.com>2014-07-24 10:59:55 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-29 22:26:03 -0700
commit0541f11be2f78b558476772f1f877e140f9d844b (patch)
treef469921518168130e520c90303c46b2eb66f0a91 /videocodec/OMXVideoDecoderBase.h
parentd1da65e5908b56896cfb8d61c0ab9961095fc79c (diff)
downloadomx-components-0541f11be2f78b558476772f1f877e140f9d844b.tar.gz
remove warning in omx-component
BZ: 209178 remove warning in omx-component except the warning caused by AOSP header file OMX_VideoExt.h Change-Id: Iacef8ca69281fa1f489f4a3dbdc949cef54978d7 Signed-off-by: ywan171 <yi.a.wang@intel.com> Reviewed-on: https://android.intel.com/220523 Reviewed-by: Fourdan, Olivier <olivier.fourdan@intel.com> Tested-by: Fourdan, Olivier <olivier.fourdan@intel.com>
Diffstat (limited to 'videocodec/OMXVideoDecoderBase.h')
-rw-r--r--videocodec/OMXVideoDecoderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderBase.h b/videocodec/OMXVideoDecoderBase.h
index 9ab7119..784735d 100644
--- a/videocodec/OMXVideoDecoderBase.h
+++ b/videocodec/OMXVideoDecoderBase.h
@@ -64,7 +64,7 @@ protected:
OMX_U32 inportBufferFlags, OMX_BOOL *isResolutionChange);
virtual OMX_ERRORTYPE HandleFormatChange(void);
virtual OMX_ERRORTYPE TranslateDecodeStatus(Decode_Status status);
- virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width, int height);
+ virtual OMX_COLOR_FORMATTYPE GetOutputColorFormat(int width);
virtual OMX_ERRORTYPE BuildHandlerList(void);
DECLARE_HANDLER(OMXVideoDecoderBase, ParamVideoPortFormat);
DECLARE_HANDLER(OMXVideoDecoderBase, CapabilityFlags);