diff options
author | Kyle Swanson <kswanson@netflix.com> | 2023-10-05 13:15:06 -0700 |
---|---|---|
committer | Kyle Swanson <kswanson@netflix.com> | 2023-10-10 11:00:20 -0700 |
commit | 6028728bb829c04cc68c66c846c75a70bf4c0613 (patch) | |
tree | 5eac7cb5539de4a3ff978d078227ce62b0396d1c /doc/filters.texi | |
parent | c06d3d24047206f9c11bfc5849544b960e5d68eb (diff) | |
download | ffmpeg-6028728bb829c04cc68c66c846c75a70bf4c0613.tar.gz |
avfilter/libvmaf: remove deprecated options
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a729a08dce..f5032ddf74 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16858,30 +16858,9 @@ The filter has following options: A `|` delimited list of vmaf models. Each model can be configured with a number of parameters. Default value: @code{"version=vmaf_v0.6.1"} -@item model_path -Deprecated, use model='path=...'. - -@item enable_transform -Deprecated, use model='enable_transform=true'. - -@item phone_model -Deprecated, use model='enable_transform=true'. - -@item enable_conf_interval -Deprecated, use model='enable_conf_interval=true'. - @item feature A `|` delimited list of features. Each feature can be configured with a number of parameters. -@item psnr -Deprecated, use feature='name=psnr'. - -@item ssim -Deprecated, use feature='name=ssim'. - -@item ms_ssim -Deprecated, use feature='name=ms_ssim'. - @item log_path Set the file path to be used to store log files. |