Changeset 392b19b37975fe3410c1e6ac15d71cd4da395157
- 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
| r44678aa |
r392b19b |
|
| 104 | 104 | #endif |
|---|
| 105 | 105 | } |
|---|
| 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 ); |
|---|
| 107 | 107 | |
|---|
| 108 | 108 | if( h->param.b_interlaced ) |
|---|