diff options
| author | Chang Ying <ying.chang@intel.com> | 2013-03-06 16:15:43 +0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:51 -0700 |
| commit | 5096d08f3afc029d82f2e2a34aa1fb8a427ce050 (patch) | |
| tree | cfdb3a9dce57f15c8a0625ded77010bc5328eea7 | |
| parent | b75614ed7b576e521db3bd442837e5ac1e1d741d (diff) | |
| download | android_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>
| -rw-r--r-- | videocodec/OMXVideoEncoderVP8.cpp | 2 |
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(); } |
