Commit 5d06f152 authored by Anton Khirnov's avatar Anton Khirnov

libx264: set default thread count to 0 (auto)

parent f013cb81
...@@ -476,6 +476,7 @@ static const AVClass class = { ...@@ -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 },
}; };
......
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