comparison libvo/vo_png.c @ 530:670d47b4ce10

changed copyroght message to correct stuff :)
author atmosfear
date Thu, 19 Apr 2001 20:23:28 +0000
parents a38decaa04ec
children 77e0094f0cce
comparison
equal deleted inserted replaced
529:b12fa035a3b0 530:670d47b4ce10
1 #define DISP 1 #define DISP
2 2
3 /* 3 /*
4 * video_out_pgm.c, pgm interface 4 * vo_png.c, Portable Network Graphics Renderer for Mplayer
5 * 5 *
6 * Copyright 2001 by Felix Buenemann <atmosfear@users.sourceforge.net>
6 * 7 *
7 * Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. 8 * Uses libpng (which uses zlib), so see according licenses.
8 * 9 *
9 * Hacked into mpeg2dec by
10 *
11 * Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
12 *
13 * 15 & 16 bpp support added by Franck Sicard <Franck.Sicard@solsoft.fr>
14 *
15 * Xv image suuport by Gerd Knorr <kraxel@goldbach.in-berlin.de>
16 */ 10 */
17 11
18 #include <stdio.h> 12 #include <stdio.h>
19 #include <stdlib.h> 13 #include <stdlib.h>
20 #include <string.h> 14 #include <string.h>