diff options
author | hwren | 2018-07-27 11:50:19 +0800 |
---|---|---|
committer | Steven Liu | 2018-07-27 20:07:56 +0800 |
commit | 5985a1bf72332e10d251ec643e100b5592285819 (patch) | |
tree | c3eff73a3a1c13d00e2199900d7b9f415c8e57ec /doc/decoders.texi | |
parent | b7b7b8e8a1ab02c09093a5bb9ff4cd207ef2b77f (diff) |
lavc, doc, configure: add avs2 video decoder wrapper
Tested-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 8f07bc1afb..9439b7b96a 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -47,6 +47,12 @@ top-field-first is assumed @end table +@section libdavs2 + +AVS2/IEEE 1857.4 video decoder wrapper. + +This decoder allows libavcodec to decode AVS2 streams with davs2 library. + @c man end VIDEO DECODERS @chapter Audio Decoders |