Re: [FFmpeg-devel] [PATCH v6] avcodec/h264_slice: add warning log when droping picture at 'h264_select_output_frame'

2021-12-30 Thread lance . lmwang
ebug, please use gdb or add more debug message for yourself in you local branch. > > > > > zozobr...@163.com > > > >   > > > > From: lance.lmwang > > > > Date: 2021-12-30 17:00 > > > > To: ffmpeg-devel > > &g

Re: [FFmpeg-devel] [PATCH v6] avcodec/h264_slice: add warning log when droping picture at 'h264_select_output_frame'

2021-12-30 Thread zozobr...@163.com
This will lost the droped picture's infomation, lead to hard to debug when this error happens. zozobr...@163.com   From: lance.lmwang Date: 2021-12-30 17:00 To: ffmpeg-devel Subject: Re: [FFmpeg-devel] [PATCH v6] avcodec/h264_slice: add warning log when droping picture

Re: [FFmpeg-devel] [PATCH v6] avcodec/h264_slice: add warning log when droping picture at 'h264_select_output_frame'

2021-12-30 Thread lance . lmwang
On Thu, Dec 30, 2021 at 03:24:28PM +0800, zourenyi wrote: > since there is only debug log 'no picture ooo' when droping a picture, > I spent much time to troubleshooting a wrong sps 'num_reorder_frames' param > changed by webrtc's 'ParseAndRewriteSps', > FFmpeg keeped silence about this error, so

Re: [FFmpeg-devel] [PATCH v6] avcodec/h264_slice: add warning log when droping picture at 'h264_select_output_frame'

2021-12-29 Thread Steven Liu
> 2021年12月30日 下午3:24,zourenyi 写道: > > since there is only debug log 'no picture ooo' when droping a picture, > I spent much time to troubleshooting a wrong sps 'num_reorder_frames' param > changed by webrtc's 'ParseAndRewriteSps', > FFmpeg keeped silence about this error, so a warning log is

[FFmpeg-devel] [PATCH v6] avcodec/h264_slice: add warning log when droping picture at 'h264_select_output_frame'

2021-12-29 Thread zourenyi
since there is only debug log 'no picture ooo' when droping a picture, I spent much time to troubleshooting a wrong sps 'num_reorder_frames' param changed by webrtc's 'ParseAndRewriteSps', FFmpeg keeped silence about this error, so a warning log is much helpfull about this. Signed-off-by: