Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8bdd5689 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Ray Essick
Browse files

media_codecs_sw: Update supported resolution for av1

Updated av1 decoder's supported resolution to 2048x2048.
Problem with 1920x1080 is, with a block size that is 16x16,
MediaCodecInfo considers 1920x1072 as supported range (floors
the dimensions to multiple of 16).
Also it doesn't support portrait videos where height is greater
than 1072.
Now it is updated to be consistent with what plugin supports.

Bug: 167276410
Test: app in the bug
Change-Id: Idc8d3bdbd7f126b4e70c265635e87eaf4208d848
parent 632eedc2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment