aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoEncoderVP8.cpp
diff options
context:
space:
mode:
authorChang Ying <ying.chang@intel.com>2013-03-06 16:15:43 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:02:51 -0700
commit5096d08f3afc029d82f2e2a34aa1fb8a427ce050 (patch)
treecfdb3a9dce57f15c8a0625ded77010bc5328eea7 /videocodec/OMXVideoEncoderVP8.cpp
parentb75614ed7b576e521db3bd442837e5ac1e1d741d (diff)
downloadandroid_hardware_intel_common_omx-components-5096d08f3afc029d82f2e2a34aa1fb8a427ce050.tar.gz
android_hardware_intel_common_omx-components-5096d08f3afc029d82f2e2a34aa1fb8a427ce050.tar.bz2
android_hardware_intel_common_omx-components-5096d08f3afc029d82f2e2a34aa1fb8a427ce050.zip
VP8Encoder: accommodate to the vaapi upgrade
BZ: 90494 Accommodate OMX.Intel.VideoEncoder.VP8 to the vaapi upgrade Change-Id: Ia2d3114980297c59658c1b1fb95bb9f6a83cbb7d Signed-off-by: Chang Ying <ying.chang@intel.com> Reviewed-on: http://android.intel.com:8080/95283 Reviewed-by: cactus <cactus@intel.com> Reviewed-by: Jiang, Fei <fei.jiang@intel.com> Reviewed-by: Yuan, Shengquan <shengquan.yuan@intel.com> Reviewed-by: Shi, PingX <pingx.shi@intel.com> Tested-by: Shi, PingX <pingx.shi@intel.com> Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'videocodec/OMXVideoEncoderVP8.cpp')
-rw-r--r--videocodec/OMXVideoEncoderVP8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoEncoderVP8.cpp b/videocodec/OMXVideoEncoderVP8.cpp
index 4ff3110..81f416f 100644
--- a/videocodec/OMXVideoEncoderVP8.cpp
+++ b/videocodec/OMXVideoEncoderVP8.cpp
@@ -44,7 +44,7 @@ OMX_ERRORTYPE OMXVideoEncoderVP8::SetVideoEncoderParam() {
}
mVideoEncoder->getParameters(mEncoderParams);
- mEncoderParams->profile = (VAProfile)PROFILE_VP8;
+ mEncoderParams->profile = VAProfileVP8Version0_3;
return OMXVideoEncoderBase::SetVideoEncoderParam();
}