comparison 8bps.c @ 7009:9e617affaa69 libavcodec

Remove my old email address. This also fixes the "rtogni is not a valid tag" doxygen warning Based on a patch by Stefano Sabatini, stefano sabatini lala poste it
author rtogni
date Sat, 07 Jun 2008 13:14:49 +0000
parents e1302edb0f69
children e943e1409077
comparison
equal deleted inserted replaced
7008:d9144b61d731 7009:9e617affaa69
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 /** 22 /**
23 * @file 8bps.c 23 * @file 8bps.c
24 * QT 8BPS Video Decoder by Roberto Togni <rtogni at bresciaonline dot it> 24 * QT 8BPS Video Decoder by Roberto Togni
25 * For more information about the 8BPS format, visit: 25 * For more information about the 8BPS format, visit:
26 * http://www.pcisys.net/~melanson/codecs/ 26 * http://www.pcisys.net/~melanson/codecs/
27 * 27 *
28 * Supports: PAL8 (RGB 8bpp, paletted) 28 * Supports: PAL8 (RGB 8bpp, paletted)
29 * : BGR24 (RGB 24bpp) (can also output it as RGB32) 29 * : BGR24 (RGB 24bpp) (can also output it as RGB32)