mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01:00
libx264: set default thread count to 0 (auto)
This commit is contained in:
@@ -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 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user