# HG changeset patch # User diego # Date 1234178359 0 # Node ID a00a5fff66acae9d047f20674fba78fcb368eb3f # Parent 6629e391d52ddf924c0db21ebb67580630e0f5c6 Remove file name from file headers. It provides no useful information and breaks on renames. diff -r 6629e391d52d -r a00a5fff66ac libswscale/yuv2rgb.c --- a/libswscale/yuv2rgb.c Mon Feb 09 00:29:26 2009 +0000 +++ b/libswscale/yuv2rgb.c Mon Feb 09 11:19:19 2009 +0000 @@ -1,5 +1,5 @@ /* - * yuv2rgb.c, Software YUV to RGB converter + * software YUV to RGB converter * * Copyright (C) 1999, Aaron Holtzman *