avcodec/wmaprodec: Explicitly return 0 on success

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/7.1
Andreas Rheinhardt 10 months ago
parent 432e287e27
commit 641850f67f
  1. 2
      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)

Loading…
Cancel
Save