]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/x264-svn-info-threads.patch
contribs: use libdvdcss 1.2.10 instead of HEAD to prevent issues on Win32 and Darwin
[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      {