diff options
author | Kyle Swanson <k@ylo.ph> | 2020-06-29 09:58:50 -0700 |
---|---|---|
committer | Kyle Swanson <k@ylo.ph> | 2020-07-02 12:56:02 -0700 |
commit | 4979afdb858b6312c7250afde2d669c2880651ce (patch) | |
tree | 48daf2edfae1c2c508bd87c16bc98fcf77e81eb1 /doc | |
parent | f43a8112ddf0388421dc7a264ee9ae12d2185b17 (diff) | |
download | ffmpeg-4979afdb858b6312c7250afde2d669c2880651ce.tar.gz |
configure: remove libvmaf from EXTERNAL_LIBRARY_VERSION3_LIST
since libvmaf v1.5.1, libvmaf has been relicensed as BSD+Patent
Signed-off-by: Kyle Swanson <k@ylo.ph>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f17db3b986..ad2448acb2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12820,7 +12820,7 @@ The obtained VMAF score is printed through the logging system. It requires Netflix's vmaf library (libvmaf) as a pre-requisite. After installing the library it can be enabled using: -@code{./configure --enable-libvmaf --enable-version3}. +@code{./configure --enable-libvmaf}. If no model path is specified it uses the default model: @code{vmaf_v0.6.1.pkl}. The filter has following options: |