Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index b32bcaaa8c..8eb727b257 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -293,7 +293,7 @@ static int decode_stream_header(NUTContext *nut){
st = s->streams[stream_id];
if (!st)
- return AVERROR_NOMEM;
+ return AVERROR(ENOMEM);
class = get_v(bc);
tmp = get_fourcc(bc);