comparison libvo/vo_pnm.c @ 25172:fe8e46e02125

Remove redundant changelog comments. There's always svn log.
author ivo
date Thu, 29 Nov 2007 14:31:50 +0000
parents a943bc3f26c8
children 3e7c196c27d3
comparison
equal deleted inserted replaced
25171:d6ba514769b9 25172:fe8e46e02125
4 * vo_pnm.c, PPM/PGM/PGMYUV Video Output Driver for MPlayer 4 * vo_pnm.c, PPM/PGM/PGMYUV Video Output Driver for MPlayer
5 * 5 *
6 * 6 *
7 * Written by Ivo van Poorten. (C) Copyright 2004, 2005. 7 * Written by Ivo van Poorten. (C) Copyright 2004, 2005.
8 * Licensed under GNU General Public License version 2. 8 * Licensed under GNU General Public License version 2.
9 *
10 *
11 * Changelog
12 *
13 * 2004-01-15 Replaced suboption parser by call to subopt-helper.
14 * Got rid of stupid malloc_failed function.
15 * 2004-09-16 Second draft. It now acts on VOCTRL_DRAW_IMAGE and does not
16 * maintain a local copy of the image if the format is YV12.
17 * Speed improvement and uses less memory.
18 * 2004-09-09 First draft.
19 *
20 * 9 *
21 */ 10 */
22 11
23 /* ------------------------------------------------------------------------- */ 12 /* ------------------------------------------------------------------------- */
24 13