1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

* extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal info instead of needing debug (extreme logging needing verbose option)

This commit is contained in:
Dennis van Amerongen 2008-02-13 23:27:38 +00:00
parent 536386869c
commit 392b19b379

View File

@ -103,7 +103,7 @@ Index: encoder/encoder.c
h->param.b_pre_scenecut = 1;
#endif
}
+ x264_log( h, X264_LOG_DEBUG, "using threads = %d\n", h->param.i_threads );
+ x264_log( h, X264_LOG_INFO, "using threads=%d\n", h->param.i_threads );
if( h->param.b_interlaced )
{