sweeping change from -EIO -> AVERROR_IO
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user