Commit 14400374 authored by Anton Khirnov's avatar Anton Khirnov

libx264: use X264_THREADS_AUTO constant instead of 0.

parent 5d06f152
......@@ -476,7 +476,7 @@ static const AVClass class = {
static const AVCodecDefault x264_defaults[] = {
{ "b", "0" },
{ "threads", "0" },
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
{ 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