This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libx264: set default thread count to 0 (auto)
tags/n0.9
Anton Khirnov
13 years ago
parent
f013cb8118
commit
5d06f15235
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 },
};
Write
Preview
Loading…
Cancel
Save