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
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
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