You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/nvenc: don't disable b-frames by default
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
committed by
Timo Rothenpieler
parent
82a2cbf820
commit
a0949d0bcb
@@ -193,7 +193,7 @@ static const AVCodecDefault defaults[] = {
|
||||
{ "qblur", "-1" },
|
||||
{ "qcomp", "-1" },
|
||||
{ "g", "250" },
|
||||
{ "bf", "0" },
|
||||
{ "bf", "-1" },
|
||||
{ "refs", "0" },
|
||||
{ NULL },
|
||||
};
|
||||
|
@@ -174,7 +174,7 @@ static const AVCodecDefault defaults[] = {
|
||||
{ "qblur", "-1" },
|
||||
{ "qcomp", "-1" },
|
||||
{ "g", "250" },
|
||||
{ "bf", "0" },
|
||||
{ "bf", "-1" },
|
||||
{ "refs", "0" },
|
||||
{ NULL },
|
||||
};
|
||||
|
Reference in New Issue
Block a user