x264-svn-info-threads.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- Index: x264/encoder/encoder.c
- ===================================================================
- --- x264/encoder/encoder.c (revision 736)
- +++ x264/encoder/encoder.c (working copy)
- @@ -360,6 +360,7 @@
- h->param.b_pre_scenecut = 1;
- #endif
- }
- + x264_log( h, X264_LOG_INFO, "using threads=%dn", h->param.i_threads );
- if( h->param.b_interlaced )
- {