Commit 42a08878 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '563e6d86'

* commit '563e6d86':
  segafilm: drop the "song and dance" for cinepak
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 0e29820c 563e6d86
...@@ -280,8 +280,7 @@ static int film_read_packet(AVFormatContext *s, ...@@ -280,8 +280,7 @@ static int film_read_packet(AVFormatContext *s,
/* position the stream (will probably be there anyway) */ /* position the stream (will probably be there anyway) */
avio_seek(pb, sample->sample_offset, SEEK_SET); avio_seek(pb, sample->sample_offset, SEEK_SET);
ret = av_get_packet(pb, pkt, sample->sample_size);
ret= av_get_packet(pb, pkt, sample->sample_size);
if (ret != sample->sample_size) if (ret != sample->sample_size)
ret = AVERROR(EIO); ret = AVERROR(EIO);
......
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