diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2021-07-04 00:45:53 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2021-07-10 15:46:22 +0800 |
commit | 7bd7377ddbad959e7f77681e8cc990561406f04f (patch) | |
tree | c38d0b6b3bb9937b2c220aee842362fb6caa7651 | |
parent | 30ca9980ffb885bfdf433302e5338021eef578fe (diff) | |
download | ffmpeg-7bd7377ddbad959e7f77681e8cc990561406f04f.tar.gz |
lavc:libsvtav1: Update SVT-AV1 new repo
SVT-AV1 moved the repo from github to gitlab.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-rw-r--r-- | doc/general_contents.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general_contents.texi b/doc/general_contents.texi index 354899ad17..f3f4feab70 100644 --- a/doc/general_contents.texi +++ b/doc/general_contents.texi @@ -263,7 +263,7 @@ to @file{./configure}. FFmpeg can make use of the Scalable Video Technology for AV1 library for AV1 encoding. -Go to @url{https://github.com/OpenVisualCloud/SVT-AV1/} and follow the instructions +Go to @url{https://gitlab.com/AOMediaCodec/SVT-AV1/} and follow the instructions for installing the library. Then pass @code{--enable-libsvtav1} to configure to enable it. |