summaryrefslogtreecommitdiff
path: root/libavcodec/mimic.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mimic.c')
-rw-r--r--libavcodec/mimic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mimic.c b/libavcodec/mimic.c
index da5bba3c2e..3b40fdf759 100644
--- a/libavcodec/mimic.c
+++ b/libavcodec/mimic.c
@@ -337,7 +337,7 @@ static int mimic_decode_frame(AVCodecContext *avctx, void *data,
ctx->swap_buf = av_fast_realloc(ctx->swap_buf, &ctx->swap_buf_size,
swap_buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
if(!ctx->swap_buf)
- return AVERROR_NOMEM;
+ return AVERROR(ENOMEM);
ctx->dsp.bswap_buf((uint32_t*)ctx->swap_buf,
(const uint32_t*) buf,