msm: vidc: Update max supported height for VP8

Maximum supported resolution for VP8 is 1920 X 1080.
Decoding happens at 1920 X 1088 since 1080 is not a
multiple of 16.So the maximum supported height should
be 1088 instead of 1080. This change update the value.

CRs-Fixed: 468407
Change-Id: Ia50c77c947fdb98f3ddeb9c4d4cea720a1d89fd0
Signed-off-by: Praneeth Paladugu <ppaladug@codeaurora.org>
1 file changed