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

Commit 2a491d5d authored by Rakesh Kumar's avatar Rakesh Kumar Committed by Ray Essick
Browse files

C2SoftHevcDec: Fix resolution change handling

C2 plugin for hevc decoder is updated to do config update for
height/width before feeding any input after resolution change.

Bug: 180592345
Test: atest android.mediav2.cts.AdaptivePlaybackTest
Change-Id: I4b64974be535783b0af45d154068ca7163c563be
parent 644a2408
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -906,7 +906,6 @@ void C2SoftHevcDec::process(
                work->result = C2_CORRUPTED;
                return;
            }
            continue;
        }
        if (0 < s_decode_op.u4_pic_wd && 0 < s_decode_op.u4_pic_ht) {
            if (mHeaderDecoded == false) {