x264-svn-info-threads.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  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=%dn", h->param.i_threads );
  10.  
  11.      if( h->param.b_interlaced )
  12.      {