diff mp3.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 7eb456c4ed8a
children d045cbcf37a3
line wrap: on
line diff
--- a/mp3.c	Thu Jul 19 15:21:30 2007 +0000
+++ b/mp3.c	Thu Jul 19 15:23:32 2007 +0000
@@ -485,7 +485,7 @@
 
     pkt->stream_index = 0;
     if (ret <= 0) {
-        return AVERROR_IO;
+        return AVERROR(EIO);
     }
     /* note: we need to modify the packet size here to handle the last
        packet */