vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Mar 19 13:00:02 2013 +0100| [aa87265db396038f58ecd6047c7d8d8662a318e4] | committer: Jean-Baptiste Kempf
libavcodec threading is now fixed Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=aa87265db396038f58ecd6047c7d8d8662a318e4 --- modules/codec/avcodec/avcodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec/avcodec.c index db1edd4..cd811e9 100644 --- a/modules/codec/avcodec/avcodec.c +++ b/modules/codec/avcodec/avcodec.c @@ -132,7 +132,7 @@ vlc_module_begin () add_bool( "ffmpeg-hw", false, HW_TEXT, HW_LONGTEXT, false ) #endif #if defined(FF_THREAD_FRAME) - add_integer( "ffmpeg-threads", 1, THREADS_TEXT, THREADS_LONGTEXT, true ); + add_integer( "ffmpeg-threads", 0, THREADS_TEXT, THREADS_LONGTEXT, true ); #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
