Skip to content
Snippets Groups Projects
Commit 23e6cf83 authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer
Browse files

lavd/v4l2: fix typo


This was introduced in cde6e328

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent c97d30f0
No related branches found
No related tags found
No related merge requests found
...@@ -286,7 +286,7 @@ static void list_formats(AVFormatContext *ctx, int type) ...@@ -286,7 +286,7 @@ static void list_formats(AVFormatContext *ctx, int type)
} else if (vfd.flags & V4L2_FMT_FLAG_COMPRESSED && } else if (vfd.flags & V4L2_FMT_FLAG_COMPRESSED &&
type & V4L_COMPFORMATS) { type & V4L_COMPFORMATS) {
const AVCodecDescriptor *desc = avcodec_descriptor_get(codec_id); 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", desc ? desc->name : "Unsupported",
vfd.description); vfd.description);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment