summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Steffes <benjaminst123@gmail.com>2016-04-15 12:14:55 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-04-15 12:14:55 +0200
commit0cfe16437fce4c2090d39552cf63d559c139f06d (patch)
tree1185c69e81538673af6b68ea8a735d486ddaa854 /doc
parentbb505cd5057ce926e81048e19bb96dbdcb6ae2cf (diff)
lavfi/af_hdcd: Implement high definition audio cd filtering.
Fixes ticket #4441.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 0b80fd116a..61307e5838 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8255,6 +8255,11 @@ Then, the effect of this Hald CLUT can be visualized with:
ffplay input.mkv -vf "movie=clut.png, [in] haldclut"
@end example
+@section hdcd
+
+Decodes high definition audio cd data. 16-Bit PCM stream containing hdcd flags
+is converted to 20-bit PCM stream.
+
@section hflip
Flip the input video horizontally.