diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-16 00:45:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-16 02:01:10 +0200 |
commit | 60517c3ad66f857dbdcadefa18c9d1f71ecb2fa9 (patch) | |
tree | 7075135c10332365caf0319cdac233b9f9b93506 | |
parent | c4fad02779911d9fc35c513286c89e631ba81967 (diff) | |
download | ffmpeg-60517c3ad66f857dbdcadefa18c9d1f71ecb2fa9.tar.gz |
avfilter/af_hdcd: Fix informations typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavfilter/af_hdcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index f4f7a01042..041b89fd2a 100644 --- a/libavfilter/af_hdcd.c +++ b/libavfilter/af_hdcd.c @@ -31,7 +31,7 @@ */ /* - More informations about high definition audio cds: + More information about high definition audio cds: http://www.audiomisc.co.uk/HFN/HDCD/Enigma.html http://www.audiomisc.co.uk/HFN/HDCD/Examined.html */ |