From 2907deed0f8c2b1bb7e2a05f205393803345fed6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 Feb 2009 11:19:19 +0000 Subject: [PATCH] Remove file name from file headers. It provides no useful information and breaks on renames. Originally committed as revision 28494 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/yuv2rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 5aaa5728ea..5c518af26b 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -1,5 +1,5 @@ /* - * yuv2rgb.c, Software YUV to RGB converter + * software YUV to RGB converter * * Copyright (C) 1999, Aaron Holtzman *