From d85c41b5723a4acf9400043cb533682d2e2c4287 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 25 Feb 2021 19:20:01 +0100 Subject: avcodec: Remove private options from AVCodecContext Several options that were too codec-specific were deprecated between 0e6c8532215790bbe560a9eea4f3cc82bb55cf92 and 0e9c4fe254073b209970df3e3cb84531bc388e99. Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer --- libavcodec/qsvenc_hevc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/qsvenc_hevc.c') diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 347f30655e..fc10459628 100644 --- a/libavcodec/qsvenc_hevc.c +++ b/libavcodec/qsvenc_hevc.c @@ -267,9 +267,6 @@ static const AVCodecDefault qsv_enc_defaults[] = { { "qmax", "-1" }, { "trellis", "-1" }, { "flags", "+cgop" }, -#if FF_API_PRIVATE_OPT - { "b_strategy", "-1" }, -#endif { NULL }, }; -- cgit v1.2.3