comparison vqavideo.c @ 4243:8d1744586070 libavcodec

Correct information in header
author kostya
date Tue, 28 Nov 2006 05:34:28 +0000
parents c8c591fe26f8
children 4397b7436222
comparison
equal deleted inserted replaced
4242:ed5c8287d756 4243:8d1744586070
21 */ 21 */
22 22
23 /** 23 /**
24 * @file vqavideo.c 24 * @file vqavideo.c
25 * VQA Video Decoder by Mike Melanson (melanson@pcisys.net) 25 * VQA Video Decoder by Mike Melanson (melanson@pcisys.net)
26 * For more information about the RPZA format, visit: 26 * For more information about the VQA format, visit:
27 * http://www.pcisys.net/~melanson/codecs/ 27 * http://wiki.multimedia.cx/index.php?title=VQA
28 * 28 *
29 * The VQA video decoder outputs PAL8 or RGB555 colorspace data, depending 29 * The VQA video decoder outputs PAL8 or RGB555 colorspace data, depending
30 * on the type of data in the file. 30 * on the type of data in the file.
31 * 31 *
32 * This decoder needs the 42-byte VQHD header from the beginning 32 * This decoder needs the 42-byte VQHD header from the beginning