mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavd/v4l2: fix typo
This was introduced in cde6e328de
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c97d30f02f
commit
23e6cf832f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user