diff options
Diffstat (limited to 'libavcodec/qsvenc_mpeg2.c')
-rw-r--r-- | libavcodec/qsvenc_mpeg2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qsvenc_mpeg2.c b/libavcodec/qsvenc_mpeg2.c index a0292e185e..511c63b009 100644 --- a/libavcodec/qsvenc_mpeg2.c +++ b/libavcodec/qsvenc_mpeg2.c @@ -89,6 +89,7 @@ static const AVCodecDefault qsv_enc_defaults[] = { { "bf", "3" }, { "flags", "+cgop" }, + { "b_strategy", "-1" }, { NULL }, }; |