]> git.sesse.net Git - ffmpeg/commitdiff
libx264: set default thread count to 0 (auto)
authorAnton Khirnov <anton@khirnov.net>
Wed, 31 Aug 2011 12:04:02 +0000 (14:04 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 31 Aug 2011 15:39:13 +0000 (17:39 +0200)
libavcodec/libx264.c

index 8614ec5cd3fed217d48c72d648d99c887cbca4d6..bff29d892c998350bb1e8e8090e10f2f077bc32a 100644 (file)
@@ -476,6 +476,7 @@ static const AVClass class = {
 
 static const AVCodecDefault x264_defaults[] = {
     { "b",                "0" },
+    { "threads",          "0" },
     { NULL },
 };