diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c
index c74b3ae31a9d4a9ff090bd28a5ab5a63b1957657..e7ca62fedf27ec2a3bee83998ac7c3549344eec7 100644
--- a/libavcodec/qsvenc.c
+++ b/libavcodec/qsvenc.c
@@ -1142,7 +1142,7 @@ static void print_interlace_msg(AVCodecContext *avctx, QSVEncContext *q)
             q->param.mfx.CodecLevel > MFX_LEVEL_AVC_41)
             av_log(avctx, AV_LOG_WARNING,
                    "Interlaced coding is supported"
-                   " at Main/High Profile Level 2.1-4.1\n");
+                   " at Main/High Profile Level 2.2-4.0\n");
     }
 }