提交 97bb456b 编写于 作者: M Michael Niedermayer

avcodec/hevc_mvs: dont redundantly initialize ref_idx_curr

Reviewed-by: NJames Darnley <james.darnley@gmail.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 74c81106
......@@ -607,7 +607,7 @@ void ff_hevc_luma_mv_mvp_mode(HEVCContext *s, int x0, int y0, int nPbW,
Mv mvpcand_list[2] = { { 0 } };
Mv mxA;
Mv mxB;
int ref_idx_curr = 0;
int ref_idx_curr;
int ref_idx = 0;
int pred_flag_index_l0;
int pred_flag_index_l1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册