Re: [FFmpeg-devel] [PATCH] cbs_h264: Fix types of abs_diff_pic_num_minus1 and

2019-06-07 Thread Andreas Rheinhardt
Mark Thompson: > On 07/06/2019 02:17, Andreas Rheinhardt wrote: >> difference_of_pic_nums_minus1 >> >> They are unsigned values. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> Sorry for sending the first email prematurely. >> libavcodec/cbs_h264.h | 4 ++-- >> 1 file changed, 2 insertions(+),

Re: [FFmpeg-devel] [PATCH] cbs_h264: Fix types of abs_diff_pic_num_minus1 and

2019-06-07 Thread Mark Thompson
On 07/06/2019 02:17, Andreas Rheinhardt wrote: > difference_of_pic_nums_minus1 > > They are unsigned values. > > Signed-off-by: Andreas Rheinhardt > --- > Sorry for sending the first email prematurely. > libavcodec/cbs_h264.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[FFmpeg-devel] [PATCH] cbs_h264: Fix types of abs_diff_pic_num_minus1 and

2019-06-06 Thread Andreas Rheinhardt
difference_of_pic_nums_minus1 They are unsigned values. Signed-off-by: Andreas Rheinhardt --- Sorry for sending the first email prematurely. libavcodec/cbs_h264.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/cbs_h264.h b/libavcodec/cbs_h264.h index