[asterisk-commits] rizzo: branch rizzo/video_v2 r84636 - /team/rizzo/video_v2/channels/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 4 09:19:21 CDT 2007


Author: rizzo
Date: Thu Oct  4 09:19:21 2007
New Revision: 84636

URL: http://svn.digium.com/view/asterisk?view=rev&rev=84636
Log:
make ffmpeg less verbose.


Modified:
    team/rizzo/video_v2/channels/console_video.c

Modified: team/rizzo/video_v2/channels/console_video.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/video_v2/channels/console_video.c?view=diff&rev=84636&r1=84635&r2=84636
==============================================================================
--- team/rizzo/video_v2/channels/console_video.c (original)
+++ team/rizzo/video_v2/channels/console_video.c Thu Oct  4 09:19:21 2007
@@ -1309,6 +1309,7 @@
 	 */
 	avcodec_init();
 	avcodec_register_all();
+	av_log_set_level(AV_LOG_ERROR);	/* only report errors */
 	if (video_in_init(&env->in, CONSOLE_FORMAT_VIDEO)) {
 		/* This is not fatal, but we won't have incoming video */
 		ast_log(LOG_WARNING, "Cannot initialize input decoder - %s\n",




More information about the asterisk-commits mailing list