[FFmpeg-cvslog] lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSE
Stefano Sabatini
git at videolan.org
Fri Sep 7 14:33:24 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Sep 7 14:04:04 2012 +0200| [09cc23e0f7f731a737d2c7c4ba74a26f7eef7988] | committer: Stefano Sabatini
lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to VERBOSE
Decrease log spam.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09cc23e0f7f731a737d2c7c4ba74a26f7eef7988
---
libavdevice/sdl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavdevice/sdl.c b/libavdevice/sdl.c
index 6b02f59..5d135a5 100644
--- a/libavdevice/sdl.c
+++ b/libavdevice/sdl.c
@@ -168,7 +168,7 @@ static int sdl_write_header(AVFormatContext *s)
goto fail;
}
- av_log(s, AV_LOG_INFO, "w:%d h:%d fmt:%s sar:%d/%d -> w:%d h:%d\n",
+ av_log(s, AV_LOG_VERBOSE, "w:%d h:%d fmt:%s sar:%d/%d -> w:%d h:%d\n",
encctx->width, encctx->height, av_get_pix_fmt_name(encctx->pix_fmt), sar.num, sar.den,
sdl->overlay_width, sdl->overlay_height);
return 0;
More information about the ffmpeg-cvslog
mailing list