Browse Source

libx264: set default thread count to 0 (auto)

tags/n0.9
Anton Khirnov 13 years ago
parent
commit
5d06f15235
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libx264.c

+ 1
- 0
libavcodec/libx264.c View File

@@ -476,6 +476,7 @@ static const AVClass class = {

static const AVCodecDefault x264_defaults[] = {
{ "b", "0" },
{ "threads", "0" },
{ NULL },
};



Loading…
Cancel
Save