[FFmpeg-devel] [PATCH] avcodec/hevcdec: further constrain some slice header field values

James Almer jamrial at gmail.com
Sat Apr 22 17:13:22 EEST 2023


On 4/20/2023 10:14 AM, James Almer wrote:
> num_ref_idx_l0_active_minus1, num_ref_idx_l1_active_minus1, num_ref_idx_l0_default_active,
> and num_ref_idx_l1_default_active are all in the range 1 to 15, inclusive.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>   libavcodec/hevc_ps.c | 10 ++++++++--
>   libavcodec/hevcdec.c |  6 +++---
>   2 files changed, 11 insertions(+), 5 deletions(-)

Will apply.


More information about the ffmpeg-devel mailing list