You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/h264_ps: fix printed num_reorder_frames value
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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->time_scale : 0,
|
||||
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;
|
||||
|
Reference in New Issue
Block a user