mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
rename --tf-level to --enable-tf
Also does the renaming for the API and the config file option along with changing the option to a EbBool Signed-off-by: Christopher Degawa <christopher.degawa@intel.com>
This commit is contained in:
parent
4bd83fb3c0
commit
571897ef0c
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
svt_config->unrestricted_motion_vector = 1;
|
||||
|
||||
// alt-ref
|
||||
svt_config->tf_level = 1;
|
||||
svt_config->enable_tf = TRUE;
|
||||
svt_config->enable_overlays = FALSE;
|
||||
|
||||
// super resolution
|
||||
|
|
Loading…
Reference in a new issue