diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index b0fa7651c2f5a2785f455f7648ef8d7f002ea5d4..ba7cd41dcaaa9c93108934f3ca0b447e44355a2e 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -286,7 +286,7 @@ static void list_formats(AVFormatContext *ctx, int type)
         } else if (vfd.flags & V4L2_FMT_FLAG_COMPRESSED &&
                    type & V4L_COMPFORMATS) {
             const AVCodecDescriptor *desc = avcodec_descriptor_get(codec_id);
-            av_log(ctx, AV_LOG_INFO, "Compressedll      : %9s : %20s :",
+            av_log(ctx, AV_LOG_INFO, "Compressed: %9s : %20s :",
                    desc ? desc->name : "Unsupported",
                    vfd.description);
         } else {