mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Remove ImproveSharpness Feature (#634)
* remove ImproveSharpness feature * remove use_delta_qp and useDeltaQpSegments (both unused)
This commit is contained in:
parent
f43cc84340
commit
7ebe9db06e
1 changed files with 0 additions and 1 deletions
|
@ -664,7 +664,6 @@ set_default_svt_configuration (EbSvtAv1EncConfiguration * svt_config)
|
|||
//svt_config->tile_columns = 0;
|
||||
//svt_config->tile_rows = 0;
|
||||
svt_config->stat_report = FALSE;
|
||||
svt_config->improve_sharpness = FALSE;
|
||||
svt_config->high_dynamic_range_input = FALSE;
|
||||
svt_config->encoder_bit_depth = 8;
|
||||
svt_config->compressed_ten_bit_format = FALSE;
|
||||
|
|
Loading…
Reference in a new issue