Browse Source

lavd/v4l2: fix typo

This was introduced in cde6e328de

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Giorgio Vazzana Michael Niedermayer 10 years ago
parent
commit
23e6cf832f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/v4l2.c

+ 1
- 1
libavdevice/v4l2.c View File

@@ -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 {


Loading…
Cancel
Save