1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-07 16:40:10 +02:00

libx264: set default thread count to 0 (auto)

This commit is contained in:
Anton Khirnov 2011-08-31 14:04:02 +02:00
parent f013cb8118
commit 5d06f15235

View File

@ -476,6 +476,7 @@ static const AVClass class = {
static const AVCodecDefault x264_defaults[] = {
{ "b", "0" },
{ "threads", "0" },
{ NULL },
};