Commit 392b19b3 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as...

* extras/contrib/src/Patches/x264-svn-win32.patch: log x264 thread count as normal info instead of needing debug (extreme logging needing verbose option)
parent 53638686
...@@ -103,7 +103,7 @@ Index: encoder/encoder.c ...@@ -103,7 +103,7 @@ Index: encoder/encoder.c
h->param.b_pre_scenecut = 1; h->param.b_pre_scenecut = 1;
#endif #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 ) if( h->param.b_interlaced )
{ {
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment