diff gxf.c @ 2274:b21c2af60bc9 libavformat

Replace all occurrences of AVERROR_IO with AVERROR(EIO).
author takis
date Thu, 19 Jul 2007 15:23:32 +0000
parents a3e79d6e4e3c
children 47f5906c30cc
line wrap: on
line diff
--- a/gxf.c	Thu Jul 19 15:21:30 2007 +0000
+++ b/gxf.c	Thu Jul 19 15:23:32 2007 +0000
@@ -473,7 +473,7 @@
         pkt->dts = field_nr;
         return ret;
     }
-    return AVERROR_IO;
+    return AVERROR(EIO);
 }
 
 static int gxf_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) {