sweeping change from -EIO -> AVERROR_IO

Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Mike Melanson
2004-06-19 03:59:34 +00:00
parent cbf5374fc0
commit 0bd586c50d
35 changed files with 240 additions and 160 deletions

View File

@ -130,7 +130,7 @@ static int tcp_open(URLContext *h, const char *uri, int flags)
return 0;
fail:
ret = -EIO;
ret = AVERROR_IO;
fail1:
if (fd >= 0)
close(fd);