summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-31 14:04:02 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-31 17:39:13 +0200
commit5d06f15235c2fa1b6ed2c5af3bc0e3750df4291c (patch)
treeec8b3e4e863d4e7a26c717b5d093641d8aa28d41 /libavcodec/libx264.c
parentf013cb81182a7030018183c32f8e7224496b6069 (diff)
libx264: set default thread count to 0 (auto)
Diffstat (limited to 'libavcodec/libx264.c')
-rw-r--r--libavcodec/libx264.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 8614ec5cd3..bff29d892c 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -476,6 +476,7 @@ static const AVClass class = {
static const AVCodecDefault x264_defaults[] = {
{ "b", "0" },
+ { "threads", "0" },
{ NULL },
};