From: Anton Khirnov Date: Wed, 31 Aug 2011 12:04:02 +0000 (+0200) Subject: libx264: set default thread count to 0 (auto) X-Git-Tag: v0.8b1~1639 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d06f15235c2fa1b6ed2c5af3bc0e3750df4291c;p=platform%2Fupstream%2Flibav.git libx264: set default thread count to 0 (auto) --- 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 }, };