Changeset 392b19b37975fe3410c1e6ac15d71cd4da395157

Show
Ignore:
Timestamp:
14/02/08 00:27:38 (10 months ago)
Author:
Dennis van Amerongen <trax@videolan.org>
git-committer:
Dennis van Amerongen <trax@videolan.org> 1202945258 +0000
git-parent:

[536386869cf05eedbd716c9c17a1b67204b0ef1f]

git-author:
Dennis van Amerongen <trax@videolan.org> 1202945258 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Patches/x264-svn-win32.patch

    r44678aa r392b19b  
    104104 #endif 
    105105     } 
    106 +    x264_log( h, X264_LOG_DEBUG, "using threads = %d\n", h->param.i_threads ); 
     106+    x264_log( h, X264_LOG_INFO, "using threads=%d\n", h->param.i_threads ); 
    107107  
    108108     if( h->param.b_interlaced )