Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -138,7 +138,7 @@ void print_error(const char *filename, int err)
|
||||
"Usually that means that input file is truncated and/or corrupted.\n",
|
||||
filename);
|
||||
break;
|
||||
case AVERROR_NOMEM:
|
||||
case AVERROR(ENOMEM):
|
||||
fprintf(stderr, "%s: memory allocation error occured\n", filename);
|
||||
break;
|
||||
case AVERROR_NOENT:
|
||||
|
Reference in New Issue
Block a user