From 55f35aaea4b1aaf59e3a7620e0ca0e078c8c2010 Mon Sep 17 00:00:00 2001 From: Giorgio Vazzana <mywin...@gmail.com> Date: Fri, 8 May 2015 17:42:34 +0200 Subject: [PATCH] lavd/v4l2: fix typo
This was introduced in cde6e328de214ffe8387641cdc1e433a2c2150f3 --- libavdevice/v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 6137cef..76f7c4e 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 { -- 1.7.9.5
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel