gstreamer: remove useless if 0

Signed-off-by: Christopher Degawa <christopher.degawa@intel.com>
This commit is contained in:
Christopher Degawa 2021-12-27 13:46:01 -06:00
parent 4d99d86f99
commit 4bd83fb3c0

View file

@ -588,9 +588,6 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
svt_config->film_grain_denoise_strength = FALSE;
svt_config->cdef_level = -1;
svt_config->enable_restoration_filtering = -1;
#if 0 //!REMOVE_EDGE_SKIP_ANGLE_INTRA
svt_config->edge_skp_angle_intra = -1;
#endif
svt_config->enable_mfmv = -1;
// HME parameters
svt_config->channel_id = 0;