Browse Source

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

pull/2/head
Dennis van Amerongen 19 years ago
parent
commit
392b19b379
  1. 2
      extras/contrib/src/Patches/x264-svn-win32.patch

2
extras/contrib/src/Patches/x264-svn-win32.patch

@ -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 )
{

Loading…
Cancel
Save