[FFmpeg-devel] [PATCH 3/3] avcodec/libxavs2: Improve r redundancy in occured

Michael Niedermayer michael at niedermayer.cc
Wed May 4 18:36:34 EEST 2022


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 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;
         }
 
-- 
2.17.1



More information about the ffmpeg-devel mailing list