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:
parent
bbe56bcd6b
commit
36810215fa
@ -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…
Reference in New Issue
Block a user