diff options
author | Burt P <pburt0@gmail.com> | 2016-08-26 16:12:30 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-08-29 19:09:59 +0200 |
commit | 728e80cd2e1d4b7c3e26489efcd77bd7a9e84a99 (patch) | |
tree | 77fa0700ed362642136a2f958fe55041d5b6150c /doc/general.texi | |
parent | 95f80293456d9d4b1b096621260c38bc90325ec0 (diff) | |
download | ffmpeg-728e80cd2e1d4b7c3e26489efcd77bd7a9e84a99.tar.gz |
High Definition Compatible Digital (HDCD) decoder filter, using libhdcd
Signed-off-by: Burt P <pburt0@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index ea56beff92..1708871d8a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -157,6 +157,15 @@ Go to @url{https://github.com/dekkers/libilbc} and follow the instructions for installing the library. Then pass @code{--enable-libilbc} to configure to enable it. +@section libhdcd + +Libav can make use of the libhdcd library for High Definition Compatible +Digital (HDCD) decoding via the @code{hdcd} filter. + +Go to @url{https://github.com/bp0/libhdcd} and follow the instructions for +installing the library. Then pass @code{--enable-libhdcd} to configure to +enable it. + @section AviSynth Libav can read AviSynth scripts as input. To enable support you need a |