This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
H264 Decoder: move cut off logic from Construct to ModifyRefPicList().
The ConstructRefPicListsP/B() functions are supposed to be slice agnostic. The cut off logic is based on per-slice num_ref_idx_lX_active_minus1 values in the slice header, and therefore it should belong to the ModifyRefPicList() function. BUG=479953 TEST=verify no corruption on xfnity, trybot, vda unit test Review URL: https://codereview.chromium.org/1318283007 Cr-Commit-Position: refs/heads/master@{#346947} (cherry picked from commit 5e19b06) [email protected] NOTRY=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1323143006 Cr-Commit-Position: refs/branch-heads/2490@{#140} Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
- Loading branch information