segafilm: signal EOF

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/8/head
Piotr Bandurski 12 years ago committed by Michael Niedermayer
parent 1ed7ca00dc
commit 9530439e5f
  1. 2
      libavformat/segafilm.c

@ -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];

Loading…
Cancel
Save