[FFmpeg-devel] [PATCH] avcodec/hevc_ps: fix valid range of num_tile_{columns, rows}_minus1
    James Almer 
    jamrial at gmail.com
       
    Fri Jul  5 23:12:23 EEST 2019
    
    
  
On 7/5/2019 11:13 AM, Michael Niedermayer wrote:
> On Sun, Jun 30, 2019 at 05:45:58PM -0300, James Almer wrote:
>> From 7.4.3.3.1:
>>
>> num_tile_columns_minus1 shall be in the range of 0 to PicWidthInCtbsY - 1, inclusive.
>> num_tile_rows_minus1 shall be in the range of 0 to PicHeightInCtbsY - 1, inclusive.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> Sorry for not noticing it when reviewing c692051252 and 3b2082c663.
>>
>>  libavcodec/hevc_ps.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> LGTM
> 
> Thanks!
Pushed.
    
    
More information about the ffmpeg-devel
mailing list