From: Rodeo Date: Tue, 11 Sep 2012 11:34:39 +0000 (+0000) Subject: Revert a part of revision 4950 which was not in the ReviewBoard patch. X-Git-Tag: 0.9.9~399 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4264bac6e81df84a59910f03e108055712234602;p=handbrake Revert a part of revision 4950 which was not in the ReviewBoard patch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4953 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index a71c462b9..59ffee86c 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -696,7 +696,7 @@ static int decodeFrame( hb_work_object_t *w, uint8_t *data, int size, int sequen if ( global_verbosity_level <= 1 ) { oldlevel = av_log_get_level(); - av_log_set_level( AV_LOG_VERBOSE ); + av_log_set_level( AV_LOG_QUIET ); } av_init_packet( &avp );