Mercurial > mplayer.hg
changeset 25172:fe8e46e02125
Remove redundant changelog comments. There's always svn log.
author | ivo |
---|---|
date | Thu, 29 Nov 2007 14:31:50 +0000 |
parents | d6ba514769b9 |
children | 3e7c196c27d3 |
files | libvo/vo_pnm.c |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_pnm.c Thu Nov 29 14:30:03 2007 +0000 +++ b/libvo/vo_pnm.c Thu Nov 29 14:31:50 2007 +0000 @@ -7,17 +7,6 @@ * Written by Ivo van Poorten. (C) Copyright 2004, 2005. * Licensed under GNU General Public License version 2. * - * - * Changelog - * - * 2004-01-15 Replaced suboption parser by call to subopt-helper. - * Got rid of stupid malloc_failed function. - * 2004-09-16 Second draft. It now acts on VOCTRL_DRAW_IMAGE and does not - * maintain a local copy of the image if the format is YV12. - * Speed improvement and uses less memory. - * 2004-09-09 First draft. - * - * */ /* ------------------------------------------------------------------------- */