diff options
author | Benjamin Steffes <benjaminst123@gmail.com> | 2016-04-15 12:14:55 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-04-15 12:14:55 +0200 |
commit | 0cfe16437fce4c2090d39552cf63d559c139f06d (patch) | |
tree | 1185c69e81538673af6b68ea8a735d486ddaa854 /doc/filters.texi | |
parent | bb505cd5057ce926e81048e19bb96dbdcb6ae2cf (diff) | |
download | ffmpeg-0cfe16437fce4c2090d39552cf63d559c139f06d.tar.gz |
lavfi/af_hdcd: Implement high definition audio cd filtering.
Fixes ticket #4441.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
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. |