diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index 35628341f6..747681fd05 100644 --- a/libavcodec/videotoolboxenc.c +++ b/libavcodec/videotoolboxenc.c @@ -2933,6 +2933,7 @@ static const AVOption h264_options[] = { }; static const FFCodecDefault vt_defaults[] = { + {"b", "0"}, {"qmin", "-1"}, {"qmax", "-1"}, {NULL},