diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 65b269adda..e3dee9039c 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -2023,7 +2023,7 @@ static av_cold int xma_decode_init(AVCodecContext *avctx) return AVERROR(ENOMEM); } - return ret; + return 0; } static av_cold int xma_decode_end(AVCodecContext *avctx)