Module: libav Branch: master Commit: 5d06f15235c2fa1b6ed2c5af3bc0e3750df4291c
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Wed Aug 31 14:04:02 2011 +0200 libx264: set default thread count to 0 (auto) --- libavcodec/libx264.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 8614ec5..bff29d8 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 }, }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
