summaryrefslogtreecommitdiffstats
path: root/qtrpza.c
diff options
context:
space:
mode:
authormelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-10 23:51:23 +0000
committermelanson <melanson@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-10 23:51:23 +0000
commit6dd4fcd209d67d2132d3f37708c1efda115fb448 (patch)
tree4d25ba584a46e7ee8931d267407c84ea1242e9ed /qtrpza.c
parentc4243b6dda4407d05755a9bce289e895e2744c59 (diff)
downloadmpv-6dd4fcd209d67d2132d3f37708c1efda115fb448.tar.bz2
mpv-6dd4fcd209d67d2132d3f37708c1efda115fb448.tar.xz
fixed the last few SMC bugs, thanks to Roberto Togni's bug hunting
prowess; also added link to algorithm description in Roberto's RPZA decoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4648 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'qtrpza.c')
-rw-r--r--qtrpza.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtrpza.c b/qtrpza.c
index 7b508b6ff1..024bca5b42 100644
--- a/qtrpza.c
+++ b/qtrpza.c
@@ -7,6 +7,8 @@
*
* Some code comes from qtsmc.c by Mike Melanson
*
+ * A description of the decoding algorithm can be found here:
+ * http://www.pcisys.net/~melanson/codecs/
*/
#include "config.h"