lavd/v4l2: improve debug message

Reviewed-by: Stefano Sabatini
pull/8/head
Stephan Hilb 12 years ago committed by Carl Eugen Hoyos
parent bbe56bcd6b
commit 36810215fa
  1. 3
      libavdevice/v4l2.c

@ -248,7 +248,8 @@ static int device_init(AVFormatContext *ctx, int *width, int *height,
}
if (fmt.fmt.pix.field == V4L2_FIELD_INTERLACED) {
av_log(ctx, AV_LOG_DEBUG, "The V4L2 driver using the interlaced mode");
av_log(ctx, AV_LOG_DEBUG,
"The V4L2 driver is using the interlaced mode\n");
s->interlaced = 1;
}

Loading…
Cancel
Save