Commit 36810215 authored by Stephan Hilb's avatar Stephan Hilb Committed by Carl Eugen Hoyos

lavd/v4l2: improve debug message

Reviewed-by: Stefano Sabatini
parent bbe56bcd
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment