On 11/6/22, Michael Niedermayer <[email protected]> wrote: > also the original reference code does not contain a 0 check > > Signed-off-by: Michael Niedermayer <[email protected]> > --- > libavcodec/bonk.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavcodec/bonk.c b/libavcodec/bonk.c > index 99dac0b951..37ad7854b6 100644 > --- a/libavcodec/bonk.c > +++ b/libavcodec/bonk.c > @@ -203,8 +203,6 @@ static int intlist_read(BonkContext *s, int *buf, int > entries, int base_2_part) > } > > if (step < 256) { > - if (step == 0) > - return AVERROR_INVALIDDATA; > step = 65536 / step; > dominant = !dominant; > } > -- > 2.17.1 >
Not sure, at your risk. > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
