X-Git-Url: https://git.libav.org/?p=libav.git;a=blobdiff_plain;f=libavcodec%2Fcljr.c;h=187e86d70df81888b70be657753e888d97670f4d;hp=bc70d1b27fdbbb9c3602a33b916d662460fab57d;hb=1c45c64c9d4dd52441300f0e17641e40864b53af;hpb=163682fab3a668ae3e23cbbef1dc02f3e7c3f0f8 diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index bc70d1b27f..187e86d70d 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -61,7 +61,7 @@ static int decode_frame(AVCodecContext *avctx, if(buf_size/avctx->height < avctx->width) { av_log(avctx, AV_LOG_ERROR, "Resolution larger than buffer size. Invalid header?\n"); - return -1; + return AVERROR_INVALIDDATA; } p->reference= 0;