Commit aa87265d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

libavcodec threading is now fixed

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a9356004
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment