comparison nuv.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 33a90cc1a5de
children fb7c72af3a61
comparison
equal deleted inserted replaced
2273:7eb456c4ed8a 2274:b21c2af60bc9
223 default: 223 default:
224 url_fskip(pb, size); 224 url_fskip(pb, size);
225 break; 225 break;
226 } 226 }
227 } 227 }
228 return AVERROR_IO; 228 return AVERROR(EIO);
229 } 229 }
230 230
231 AVInputFormat nuv_demuxer = { 231 AVInputFormat nuv_demuxer = {
232 "nuv", 232 "nuv",
233 "NuppelVideo format", 233 "NuppelVideo format",