summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
diff options
context:
space:
mode:
authorGiorgio Vazzana <mywing81@gmail.com>2015-05-08 17:42:34 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-08 18:02:28 +0200
commit23e6cf832ff6e7260f7d5190a2d284b64d29e316 (patch)
tree453fbc93a211983af87a4b2595826efeda88c0f0 /libavdevice/v4l2.c
parentc97d30f02f34f9a9dce73446c365adc37472b612 (diff)
downloadffmpeg-23e6cf832ff6e7260f7d5190a2d284b64d29e316.tar.gz
lavd/v4l2: fix typo
This was introduced in cde6e328de214ffe8387641cdc1e433a2c2150f3 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/v4l2.c')
-rw-r--r--libavdevice/v4l2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index b0fa7651c2..ba7cd41dca 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 {