Mercurial > mplayer.hg
comparison qtrpza.c @ 4647:b3d18d070ec1
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
author | melanson |
---|---|
date | Sun, 10 Feb 2002 23:51:23 +0000 |
parents | b1fe5f58cd82 |
children |
comparison
equal
deleted
inserted
replaced
4646:59eb588c7115 | 4647:b3d18d070ec1 |
---|---|
5 * | 5 * |
6 * Fourcc: rpza, azpr | 6 * Fourcc: rpza, azpr |
7 * | 7 * |
8 * Some code comes from qtsmc.c by Mike Melanson | 8 * Some code comes from qtsmc.c by Mike Melanson |
9 * | 9 * |
10 * A description of the decoding algorithm can be found here: | |
11 * http://www.pcisys.net/~melanson/codecs/ | |
10 */ | 12 */ |
11 | 13 |
12 #include "config.h" | 14 #include "config.h" |
13 #include "bswap.h" | 15 #include "bswap.h" |
14 #include "mp_msg.h" | 16 #include "mp_msg.h" |