mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
gstreamer: remove useless if 0
Signed-off-by: Christopher Degawa <christopher.degawa@intel.com>
This commit is contained in:
parent
4d99d86f99
commit
4bd83fb3c0
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue