Commit 1e04bbee authored by Peter Ross's avatar Peter Ross

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

Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9bf1b724
...@@ -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