Re: [FFmpeg-devel] [PATCH 4/5] avcodec/dsicinvideo: Propagate errors from cin_decode_rle()

2018-04-19 Thread Michael Niedermayer
On Tue, Apr 17, 2018 at 02:13:45AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/dsicinvideo.c | 16 > 1 file changed, 12 insertions(+), 4 deletions(-) will apply [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 4/5] avcodec/dsicinvideo: Propagate errors from cin_decode_rle()

2018-04-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/dsicinvideo.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/libavcodec/dsicinvideo.c b/libavcodec/dsicinvideo.c index f95cbc74a0..add7afa383 100644 --- a/libavcodec/dsicinvideo.c +++