Re: [FFmpeg-devel] [PATCH] 2 alternative ways to check in vp9 decode_tiles() if there is data remaining

2018-10-29 Thread Michael Niedermayer
On Sat, Oct 20, 2018 at 12:42:35PM +0200, Michael Niedermayer wrote: > Hi > > 2 alternative patchsets are attached to fix $SUBJ > > The 2 alternatives should behave similar. > > The first adds a function to check if the next range coder symbol read would > trigger the end of input case. > We

[FFmpeg-devel] [PATCH] 2 alternative ways to check in vp9 decode_tiles() if there is data remaining

2018-10-20 Thread Michael Niedermayer
Hi 2 alternative patchsets are attached to fix $SUBJ The 2 alternatives should behave similar. The first adds a function to check if the next range coder symbol read would trigger the end of input case. We then error out before reading in case the read would trigger this case The second sets a