[FFmpeg-cvslog] libx264: set default thread count to 0 (auto)

Anton Khirnov git at videolan.org
Thu Sep 1 00:03:08 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Aug 31 14:04:02 2011 +0200| [5d06f15235c2fa1b6ed2c5af3bc0e3750df4291c] | committer: Anton Khirnov

libx264: set default thread count to 0 (auto)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d06f15235c2fa1b6ed2c5af3bc0e3750df4291c
---

 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 },
 };
 



More information about the ffmpeg-cvslog mailing list