You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libx264: use X264_THREADS_AUTO constant instead of 0.
This commit is contained in:
@@ -476,7 +476,7 @@ static const AVClass class = {
|
|||||||
|
|
||||||
static const AVCodecDefault x264_defaults[] = {
|
static const AVCodecDefault x264_defaults[] = {
|
||||||
{ "b", "0" },
|
{ "b", "0" },
|
||||||
{ "threads", "0" },
|
{ "threads", AV_STRINGIFY(X264_THREADS_AUTO) },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user