]> git.sesse.net Git - nageru/commitdiff
Remove a check for very old SVT-AV1.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 5 Aug 2023 12:15:09 +0000 (14:15 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 5 Aug 2023 12:15:09 +0000 (14:15 +0200)
nageru/av1_encoder.cpp

index f4af4b0c4031e918fe282c15e943c13cf36104b9..e571184585f33a5637b958d07215f0ef98dfab20 100644 (file)
@@ -158,9 +158,7 @@ void AV1Encoder::init_av1()
                config.matrix_coefficients = EB_CICP_MC_BT_601;
        }
        config.color_range = EB_CR_STUDIO_RANGE;
-#if SVT_AV1_CHECK_VERSION(1, 0, 0)
        config.chroma_sample_position = EB_CSP_VERTICAL;
-#endif
 
        const vector<string> &extra_param = global_flags.av1_extra_param;
        for (const string &str : extra_param) {