Re: [FFmpeg-devel] [PATCH] avcodec/vpx_rac: Adjust vpx_rac_is_end) threshold

2022-08-29 Thread Michael Niedermayer
On Mon, Aug 29, 2022 at 05:29:03PM +0200, Andreas Rheinhardt wrote: > Michael Niedermayer: > > A threshold of 180 is needed and sufficient for the sample, twice this is > > used to > > cover potentially worse samples > > > > fate/vp5 changes as the sample file is truncated and the damaged part is

Re: [FFmpeg-devel] [PATCH] avcodec/vpx_rac: Adjust vpx_rac_is_end) threshold

2022-08-29 Thread Andreas Rheinhardt
Michael Niedermayer: > A threshold of 180 is needed and sufficient for the sample, twice this is > used to > cover potentially worse samples > > fate/vp5 changes as the sample file is truncated and the damaged part is > handled > differently > > Fixes: ticket #9754 > > Signed-off-by: Michael N

[FFmpeg-devel] [PATCH] avcodec/vpx_rac: Adjust vpx_rac_is_end) threshold

2022-08-28 Thread Michael Niedermayer
A threshold of 180 is needed and sufficient for the sample, twice this is used to cover potentially worse samples fate/vp5 changes as the sample file is truncated and the damaged part is handled differently Fixes: ticket #9754 Signed-off-by: Michael Niedermayer --- libavcodec/vpx_rac.h | 2 +-