Re: [FFmpeg-devel] [PATCH 2/8] cbs_h265: Use helper macro for maximum values of fixed-width elements

2018-04-20 Thread Xiang, Haihao
On Tue, 2018-03-13 at 07:51 +0800, Jun Zhao wrote: > > On 2018/3/12 20:47, Mark Thompson wrote: > > On 12/03/18 00:41, Jun Zhao wrote: > > > On 2018/3/12 2:30, Mark Thompson wrote: > > > > Apply the same logic as the previous patch to H.265. There are no cases > > > > which currently overflow

Re: [FFmpeg-devel] [PATCH 2/8] cbs_h265: Use helper macro for maximum values of fixed-width elements

2018-03-12 Thread Jun Zhao
On 2018/3/12 20:47, Mark Thompson wrote: > On 12/03/18 00:41, Jun Zhao wrote: >> On 2018/3/12 2:30, Mark Thompson wrote: >>> Apply the same logic as the previous patch to H.265. There are no cases >>> which currently overflow here, but this is still more consistent. >>> --- >>>

Re: [FFmpeg-devel] [PATCH 2/8] cbs_h265: Use helper macro for maximum values of fixed-width elements

2018-03-12 Thread Mark Thompson
On 12/03/18 00:41, Jun Zhao wrote: > On 2018/3/12 2:30, Mark Thompson wrote: >> Apply the same logic as the previous patch to H.265. There are no cases >> which currently overflow here, but this is still more consistent. >> --- >> libavcodec/cbs_h265_syntax_template.c | 16 >> 1

Re: [FFmpeg-devel] [PATCH 2/8] cbs_h265: Use helper macro for maximum values of fixed-width elements

2018-03-11 Thread Jun Zhao
On 2018/3/12 2:30, Mark Thompson wrote: > Apply the same logic as the previous patch to H.265. There are no cases > which currently overflow here, but this is still more consistent. > --- > libavcodec/cbs_h265_syntax_template.c | 16 > 1 file changed, 8 insertions(+), 8

[FFmpeg-devel] [PATCH 2/8] cbs_h265: Use helper macro for maximum values of fixed-width elements

2018-03-11 Thread Mark Thompson
Apply the same logic as the previous patch to H.265. There are no cases which currently overflow here, but this is still more consistent. --- libavcodec/cbs_h265_syntax_template.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git