libx264: set default thread count to 0 (auto)

pull/2/head
Anton Khirnov 14 years ago
parent f013cb8118
commit 5d06f15235
  1. 1
      libavcodec/libx264.c

@ -476,6 +476,7 @@ static const AVClass class = {
static const AVCodecDefault x264_defaults[] = {
{ "b", "0" },
{ "threads", "0" },
{ NULL },
};

Loading…
Cancel
Save