diff options
| author | ywan171 <yi.a.wang@intel.com> | 2013-04-28 15:54:07 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:53 -0700 |
| commit | c9d4c8ce4a28d852e006427a1f01ee334e022938 (patch) | |
| tree | fbcd47dd02d700bb6b6c2cbdb815ad8396c97c6d /videocodec/OMXVideoDecoderVP8.cpp | |
| parent | 2b372395e53b30dec2fb8171cbc950e80fc64b06 (diff) | |
| download | android_hardware_intel_common_omx-components-c9d4c8ce4a28d852e006427a1f01ee334e022938.tar.gz android_hardware_intel_common_omx-components-c9d4c8ce4a28d852e006427a1f01ee334e022938.tar.bz2 android_hardware_intel_common_omx-components-c9d4c8ce4a28d852e006427a1f01ee334e022938.zip | |
[PDK MR2 ABSP] this change is caused by removing duplicate omx header file between khronos and google framework in wrs_core
BZ: 117349
Change-Id: I3f7c8d3fb7044512d7589120d56054f6ab76dade
Signed-off-by: ywan171 <yi.a.wang@intel.com>
Diffstat (limited to 'videocodec/OMXVideoDecoderVP8.cpp')
| -rw-r--r-- | videocodec/OMXVideoDecoderVP8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderVP8.cpp b/videocodec/OMXVideoDecoderVP8.cpp index 2b24b3e..b81c705 100644 --- a/videocodec/OMXVideoDecoderVP8.cpp +++ b/videocodec/OMXVideoDecoderVP8.cpp @@ -80,7 +80,7 @@ OMX_ERRORTYPE OMXVideoDecoderVP8::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buff OMX_ERRORTYPE OMXVideoDecoderVP8::BuildHandlerList(void) { OMXVideoDecoderBase::BuildHandlerList(); - AddHandler(OMX_IndexParamVideoVp8, GetParamVideoVp8, SetParamVideoVp8); + AddHandler((OMX_INDEXTYPE)OMX_IndexParamVideoVp8, GetParamVideoVp8, SetParamVideoVp8); return OMX_ErrorNone; } |
