Mercurial > libavcodec.hg
comparison lclenc.c @ 8673:5b7d5a33a3e2 libavcodec
Fix filenames in Doxygen comments.
author | diego |
---|---|
date | Mon, 26 Jan 2009 22:51:16 +0000 |
parents | 7a463923ecd1 |
children | e9d9d946f213 |
comparison
equal
deleted
inserted
replaced
8672:456d875d3524 | 8673:5b7d5a33a3e2 |
---|---|
18 * License along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
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 lcl.c | 23 * @file lclenc.c |
24 * LCL (LossLess Codec Library) Video Codec | 24 * LCL (LossLess Codec Library) Video Codec |
25 * Decoder for MSZH and ZLIB codecs | 25 * Decoder for MSZH and ZLIB codecs |
26 * Experimental encoder for ZLIB RGB24 | 26 * Experimental encoder for ZLIB RGB24 |
27 * | 27 * |
28 * Fourcc: MSZH, ZLIB | 28 * Fourcc: MSZH, ZLIB |