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

Commit 7a9b5d11 authored by Lajos Molnar's avatar Lajos Molnar Committed by Gerrit Code Review
Browse files

Merge "C2SoftHevcDec: Fix resolution change handling"

parents a5ac95f3 fb8db670
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) {