[FFmpeg-devel] [PATCH 3/3] add libdavs2 entry
hwren
hwrenx at 126.com
Sun May 27 18:18:56 EEST 2018
Signed-off-by: hwren <hwrenx at 126.com>
---
Changelog | 1 +
doc/general.texi | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/Changelog b/Changelog
index 3d25564..ce1f97c 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,7 @@ version <next>:
- aderivative and aintegral audio filters
- pal75bars and pal100bars video filter sources
- support mbedTLS based TLS
+- AVS2 video decoder via libdavs2
version 4.0:
diff --git a/doc/general.texi b/doc/general.texi
index 2583006..d3c1503 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -17,6 +17,14 @@ for more formats. None of them are used by default, their use has to be
explicitly requested by passing the appropriate flags to
@command{./configure}.
+ at section libdavs2
+
+FFmpeg can make use of the libdavs2 library for AVS2 decoding.
+
+Go to @url{https://github.com/pkuvcl/davs2} and follow the instructions for
+installing the library. Then pass @code{--enable-libdavs2} to configure to
+enable it.
+
@section Alliance for Open Media libaom
FFmpeg can make use of the libaom library for AV1 decoding.
--
2.7.4
More information about the ffmpeg-devel
mailing list