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
avcodec/nvenc: don't disable b-frames by default
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
tags/n4.4
Ricardo Monteiro
Timo Rothenpieler
4 years ago
parent
82a2cbf820
commit
a0949d0bcb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/nvenc_h264.c
+1
-1
libavcodec/nvenc_hevc.c
+ 1
- 1
libavcodec/nvenc_h264.c
View File
@@ -193,7 +193,7 @@ static const AVCodecDefault defaults[] = {
{ "qblur", "-1" },
{ "qcomp", "-1" },
{ "g", "250" },
{ "bf", "
0
" },
{ "bf", "
-1
" },
{ "refs", "0" },
{ NULL },
};
+ 1
- 1
libavcodec/nvenc_hevc.c
View File
@@ -174,7 +174,7 @@ static const AVCodecDefault defaults[] = {
{ "qblur", "-1" },
{ "qcomp", "-1" },
{ "g", "250" },
{ "bf", "
0
" },
{ "bf", "
-1
" },
{ "refs", "0" },
{ NULL },
};
Write
Preview
Loading…
Cancel
Save