1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

lavd/v4l2: improve debug message

Reviewed-by: Stefano Sabatini
This commit is contained in:
Stephan Hilb 2013-01-16 11:26:38 +01:00 committed by Carl Eugen Hoyos
parent bbe56bcd6b
commit 36810215fa

View File

@ -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;
}