提交 44b22bba 编写于 作者: M Michael Niedermayer

avcodec/h264_ps: fix printed num_reorder_frames value

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 8c55ff39
...@@ -554,7 +554,7 @@ int ff_h264_decode_seq_parameter_set(H264Context *h) ...@@ -554,7 +554,7 @@ int ff_h264_decode_seq_parameter_set(H264Context *h)
sps->timing_info_present_flag ? sps->num_units_in_tick : 0, sps->timing_info_present_flag ? sps->num_units_in_tick : 0,
sps->timing_info_present_flag ? sps->time_scale : 0, sps->timing_info_present_flag ? sps->time_scale : 0,
sps->bit_depth_luma, sps->bit_depth_luma,
h->sps.bitstream_restriction_flag ? sps->num_reorder_frames : -1 sps->bitstream_restriction_flag ? sps->num_reorder_frames : -1
); );
} }
sps->new = 1; sps->new = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册