avcodec/wmaprodec: Explicitly return 0 on success
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user