Commit a1faf630 authored by pross's avatar pross

AVI demuxer: return AVERROR_EOF upon detection of end of file.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17456 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6fde6315
...@@ -870,7 +870,7 @@ resync: ...@@ -870,7 +870,7 @@ resync:
} }
} }
return -1; return AVERROR_EOF;
} }
/* XXX: We make the implicit supposition that the positions are sorted /* XXX: We make the implicit supposition that the positions are sorted
......
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