libx264: set default thread count to 0 (auto)
This commit is contained in:
parent
f013cb8118
commit
5d06f15235
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ static const AVClass class = {
|
||||||
|
|
||||||
static const AVCodecDefault x264_defaults[] = {
|
static const AVCodecDefault x264_defaults[] = {
|
||||||
{ "b", "0" },
|
{ "b", "0" },
|
||||||
|
{ "threads", "0" },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue