Commit 9530439e authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

segafilm: signal EOF

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1ed7ca00
......@@ -248,7 +248,7 @@ static int film_read_packet(AVFormatContext *s,
int left, right;
if (film->current_sample >= film->sample_count)
return AVERROR(EIO);
return AVERROR_EOF;
sample = &film->sample_table[film->current_sample];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment