diff nutdec.c @ 2273:7eb456c4ed8a libavformat

Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
author takis
date Thu, 19 Jul 2007 15:21:30 +0000
parents 9c2823ab0146
children 768d27bac3c1
line wrap: on
line diff
--- a/nutdec.c	Thu Jul 19 14:48:13 2007 +0000
+++ b/nutdec.c	Thu Jul 19 15:21:30 2007 +0000
@@ -293,7 +293,7 @@
 
     st = s->streams[stream_id];
     if (!st)
-        return AVERROR_NOMEM;
+        return AVERROR(ENOMEM);
 
     class = get_v(bc);
     tmp = get_fourcc(bc);