libx264: use X264_THREADS_AUTO constant instead of 0.

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

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

Loading…
Cancel
Save