]> git.sesse.net Git - vlc/commit
* modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC...
authorDennis van Amerongen <trax@videolan.org>
Thu, 14 Feb 2008 21:11:06 +0000 (21:11 +0000)
committerDennis van Amerongen <trax@videolan.org>
Thu, 14 Feb 2008 21:11:06 +0000 (21:11 +0000)
commitfb163e84b3de0289ffff7c4ba3831c90595a1ebf
tree39bc3b85ff5fa5d1840b00e6ea42c73dfe314e2b
parent219a17b028a80e4a192a543fdcffff23892c174b
* modules/codec/x264.c: fix threads=0 (auto) which is the default setting for VLC but wasn't propogated to x264 which kept using its default threads=1 (thanks pengvado for spotting the problem). This fix gives a major performance boost on multi cpu systems when using the default settings.
modules/codec/x264.c