summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonsik Kim <wonsik@google.com>2020-03-25 00:56:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-03-25 00:56:40 +0000
commite9ef1420a7b0360918f4be0d5c4c92e69bf412fd (patch)
treea4f064eb6e8fedca5e71fa9a00880dde8e80f406
parent836403f734d86b63a433a05118fb5a2f5c23857b (diff)
parentb0fb18e2563087d124163729d3908670130732b5 (diff)
downloadmedia-e9ef1420a7b0360918f4be0d5c4c92e69bf412fd.tar.gz
walleye/taimen: fix AVC level support am: fa9f654f7a am: 6e5c63efb4 am: 203f0b188e am: b0fb18e256
Change-Id: Ifc5ed7c83d830e24f312f3a5414e90d285234c11
-rw-r--r--msm8998/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8998/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp b/msm8998/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
index 7079f81..c4ba834 100644
--- a/msm8998/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
+++ b/msm8998/mm-video-v4l2/vidc/vdec/src/omx_vdec_v4l2.cpp
@@ -3600,7 +3600,7 @@ OMX_ERRORTYPE omx_vdec::get_supported_profile_level(OMX_VIDEO_PARAM_PROFILELEVEL
if (profileLevelType->nPortIndex == 0) {
if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
- profileLevelType->eLevel = OMX_VIDEO_AVCLevel51;
+ profileLevelType->eLevel = OMX_VIDEO_AVCLevel52;
if (profileLevelType->nProfileIndex == 0) {
profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
} else if (profileLevelType->nProfileIndex == 1) {