Skip to content

Commit

Permalink
libx264: set default thread count to 0 (auto)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenril committed Aug 31, 2011
1 parent f013cb8 commit 5d06f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/libx264.c
Expand Up @@ -476,6 +476,7 @@ static const AVClass class = {

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

Expand Down

0 comments on commit 5d06f15

Please sign in to comment.