Re: [FFmpeg-devel] [PATCH] Cleanly exit at the end of an Interplay MVE

2017-06-18 Thread James Almer
On 6/17/2017 4:53 PM, Paul B Mahol wrote: > On 6/17/17, Hein-Pieter van Braam wrote: >> Interplay movies signal the end of the stream, currently decoding >> continues and eventually returns AVERROR_INVALIDDATA. >> >> This honors the MVE CHUNK_END and CHUNK_SHUTDOWN types. >> >> Signed-off-by: Hein

Re: [FFmpeg-devel] [PATCH] Cleanly exit at the end of an Interplay MVE

2017-06-17 Thread Paul B Mahol
On 6/17/17, Hein-Pieter van Braam wrote: > Interplay movies signal the end of the stream, currently decoding > continues and eventually returns AVERROR_INVALIDDATA. > > This honors the MVE CHUNK_END and CHUNK_SHUTDOWN types. > > Signed-off-by: Hein-Pieter van Braam > --- > libavformat/ipmovie.c

[FFmpeg-devel] [PATCH] Cleanly exit at the end of an Interplay MVE

2017-06-17 Thread Hein-Pieter van Braam
Interplay movies signal the end of the stream, currently decoding continues and eventually returns AVERROR_INVALIDDATA. This honors the MVE CHUNK_END and CHUNK_SHUTDOWN types. Signed-off-by: Hein-Pieter van Braam ---  libavformat/ipmovie.c | 2 ++  1 file changed, 2 insertions(+) diff --git a/li