Re: [FFmpeg-devel] [PATCH] avcodec/pictordec: Remove mid exit branch

2022-11-28 Thread Michael Niedermayer
On Sat, Nov 26, 2022 at 10:43:34AM +1100, Peter Ross wrote: > On Fri, Nov 25, 2022 at 09:18:33PM +0100, Michael Niedermayer wrote: > > This causes the RLE decoder to exit before applying the last RLE run > > All images i tested with are unchanged, this makes the special case > > for handling the

Re: [FFmpeg-devel] [PATCH] avcodec/pictordec: Remove mid exit branch

2022-11-25 Thread Peter Ross
On Fri, Nov 25, 2022 at 09:18:33PM +0100, Michael Niedermayer wrote: > This causes the RLE decoder to exit before applying the last RLE run > All images i tested with are unchanged, this makes the special case > for handling the last run unused for non truncated images. > > Signed-off-by: Michael

[FFmpeg-devel] [PATCH] avcodec/pictordec: Remove mid exit branch

2022-11-25 Thread Michael Niedermayer
This causes the RLE decoder to exit before applying the last RLE run All images i tested with are unchanged, this makes the special case for handling the last run unused for non truncated images. Signed-off-by: Michael Niedermayer --- libavcodec/pictordec.c | 2 -- 1 file changed, 2