You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc/hevcdec: Initialize missed parameters in slice header for IDR frame
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
This commit is contained in:
@@ -732,8 +732,13 @@ static int hls_slice_header(HEVCContext *s)
|
||||
else
|
||||
sh->slice_temporal_mvp_enabled_flag = 0;
|
||||
} else {
|
||||
s->sh.short_term_rps = NULL;
|
||||
s->poc = 0;
|
||||
sh->pic_order_cnt_lsb = 0;
|
||||
sh->short_term_ref_pic_set_sps_flag = 0;
|
||||
sh->short_term_ref_pic_set_size = 0;
|
||||
sh->short_term_rps = NULL;
|
||||
sh->long_term_ref_pic_set_size = 0;
|
||||
sh->slice_temporal_mvp_enabled_flag = 0;
|
||||
}
|
||||
|
||||
/* 8.3.1 */
|
||||
|
Reference in New Issue
Block a user