diff tcp.c @ 482:0fdc96c2f2fe libavformat

sweeping change from -EIO -> AVERROR_IO
author melanson
date Sat, 19 Jun 2004 03:59:34 +0000
parents 9af30d452a0a
children 056991ab9f10
line wrap: on
line diff
--- a/tcp.c	Fri Jun 18 03:03:32 2004 +0000
+++ b/tcp.c	Sat Jun 19 03:59:34 2004 +0000
@@ -130,7 +130,7 @@
     return 0;
 
  fail:
-    ret = -EIO;
+    ret = AVERROR_IO;
  fail1:
     if (fd >= 0)
         close(fd);