mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
rename unrestricted motion vector to restricted motion vector
Signed-off-by: Christopher Degawa <christopher.degawa@intel.com>
This commit is contained in:
parent
a2ec26a8ca
commit
b1d167ec22
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
// tile based encoding
|
||||
svt_config->tile_columns = 0;
|
||||
svt_config->tile_rows = 0;
|
||||
svt_config->unrestricted_motion_vector = 1;
|
||||
svt_config->restricted_motion_vector = FALSE;
|
||||
|
||||
// alt-ref
|
||||
svt_config->enable_tf = TRUE;
|
||||
|
|
Loading…
Reference in a new issue