From f3b7ba21ba49b32b4476a8c7c5a9bcdad15e3943 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 3 May 2022 22:22:00 +0200 Subject: [PATCH] avcodec/libxavs2: Improve r redundancy in occured Reviewed-by: "mypopy@gmail.com" Signed-off-by: Michael Niedermayer --- libavcodec/libxavs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index f77078e3fb..bf34b7acbb 100644 --- a/libavcodec/libxavs2.c +++ b/libavcodec/libxavs2.c @@ -208,7 +208,7 @@ static int xavs2_encode_frame(AVCodecContext *avctx, AVPacket *pkt, ret = cae->api->encoder_encode(cae->encoder, &pic, &cae->packet); if (ret) { - av_log(avctx, AV_LOG_ERROR, "Encoding error occured.\n"); + av_log(avctx, AV_LOG_ERROR, "Encoding error occurred.\n"); return AVERROR_EXTERNAL; }