On Wed, Dec 11, 2019 at 07:00:06PM -0300, James Almer wrote: > Taking into account the code > > fb(2, ar_coeff_lag); > num_pos_luma = 2 * current->ar_coeff_lag * (current->ar_coeff_lag + 1); > if (current->num_y_points) > num_pos_chroma = num_pos_luma + 1; > else > num_pos_chroma = num_pos_luma; > > Max value for ar_coeff_lag is 3 (two bits), for num_pos_luma 24, and for > num_pos_chroma 25. > > Both ar_coeffs_cb_plus_128 and ar_coeffs_cr_plus_128 may have up to > num_pos_chroma values. > > Signed-off-by: James Almer <jamr...@gmail.com> > --- > libavcodec/cbs_av1.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
LGTM and i should have realized this when i looked at the fuzzer case thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity of the subject, and the brevity of human life -- Protagoras
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".