]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/x264-svn-info-threads.patch
14eb6602d070e689d98728ba933b07b98e9cf786
[vlc] / extras / contrib / src / Patches / x264-svn-info-threads.patch
1 Index: x264/encoder/encoder.c
2 ===================================================================
3 --- x264/encoder/encoder.c      (revision 736)
4 +++ x264/encoder/encoder.c      (working copy)
5 @@ -360,6 +360,7 @@
6              h->param.b_pre_scenecut = 1;
7  #endif
8      }
9 +    x264_log( h, X264_LOG_INFO, "using threads=%d\n", h->param.i_threads );
10  
11      if( h->param.b_interlaced )
12      {