You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavd/v4l2: improve debug message
Reviewed-by: Stefano Sabatini
This commit is contained in:
committed by
Carl Eugen Hoyos
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user