[FFmpeg-cvslog] lavd/v4l2: improve debug message

Stephan Hilb git at videolan.org
Wed Jan 16 11:27:52 CET 2013


ffmpeg | branch: master | Stephan Hilb <stephan at ecshi.net> | Wed Jan 16 11:26:38 2013 +0100| [36810215fa259589b9f3b38922ca7e39ec61d4ca] | committer: Carl Eugen Hoyos

lavd/v4l2: improve debug message

Reviewed-by: Stefano Sabatini

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36810215fa259589b9f3b38922ca7e39ec61d4ca
---

 libavdevice/v4l2.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index 7cb880a..26ff31c 100644
--- a/libavdevice/v4l2.c
+++ b/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;
     }
 



More information about the ffmpeg-cvslog mailing list