You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hevc: Initialize mergecand_list to 0
Unbreak cf6090dc62
.
CC: libav-stable@libav.org
Sample-Id: hevc-conformance-LTRPSPS_A_Qualcomm_1
This commit is contained in:
committed by
Vittorio Giovara
parent
a05f5052fe
commit
e3a00acde0
@@ -556,6 +556,8 @@ void ff_hevc_luma_mv_merge_mode(HEVCContext *s, int x0, int y0, int nPbW,
|
|||||||
int nPbH2 = nPbH;
|
int nPbH2 = nPbH;
|
||||||
HEVCLocalContext *lc = &s->HEVClc;
|
HEVCLocalContext *lc = &s->HEVClc;
|
||||||
|
|
||||||
|
memset(mergecand_list, 0, MRG_MAX_NUM_CANDS * sizeof(*mergecand_list));
|
||||||
|
|
||||||
if (s->pps->log2_parallel_merge_level > 2 && nCS == 8) {
|
if (s->pps->log2_parallel_merge_level > 2 && nCS == 8) {
|
||||||
singleMCLFlag = 1;
|
singleMCLFlag = 1;
|
||||||
x0 = lc->cu.x;
|
x0 = lc->cu.x;
|
||||||
|
Reference in New Issue
Block a user