OSDN Git Service

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 8614ec5..bff29d8 100644 (file)
@@ -476,6 +476,7 @@ static const AVClass class = {
 
 static const AVCodecDefault x264_defaults[] = {
     { "b",                "0" },
+    { "threads",          "0" },
     { NULL },
 };