comparison libswscale/yuv2rgb.c @ 28459:a00a5fff66ac

Remove file name from file headers. It provides no useful information and breaks on renames.
author diego
date Mon, 09 Feb 2009 11:19:19 +0000
parents 99c49467ebbc
children 12c0dfccf149
comparison
equal deleted inserted replaced
28458:6629e391d52d 28459:a00a5fff66ac
1 /* 1 /*
2 * yuv2rgb.c, Software YUV to RGB converter 2 * software YUV to RGB converter
3 * 3 *
4 * Copyright (C) 1999, Aaron Holtzman <aholtzma@ess.engr.uvic.ca> 4 * Copyright (C) 1999, Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
5 * 5 *
6 * Functions broken out from display_x11.c and several new modes 6 * Functions broken out from display_x11.c and several new modes
7 * added by Håkan Hjort <d95hjort@dtek.chalmers.se> 7 * added by Håkan Hjort <d95hjort@dtek.chalmers.se>