Browse Source

segafilm: signal EOF

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Piotr Bandurski Michael Niedermayer 12 years ago
parent
commit
9530439e5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/segafilm.c

+ 1
- 1
libavformat/segafilm.c View File

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