diff options
author | Alan Curry <pacman@TheWorld.com> | 2006-07-27 19:35:30 +0000 |
---|---|---|
committer | Alan Curry <pacman@TheWorld.com> | 2006-07-27 19:35:30 +0000 |
commit | e50bc5a4ea259646f95af01d1b9d21699c8758ae (patch) | |
tree | 7ec68f5a7f70fc8b1130311ca3de3c1d9ce8d748 /libswscale/swscale_altivec_template.c | |
parent | 1ea501aff058592a67557f310ff0553095729c0a (diff) | |
download | ffmpeg-e50bc5a4ea259646f95af01d1b9d21699c8758ae.tar.gz |
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
update
Originally committed as revision 19205 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_altivec_template.c')
-rw-r--r-- | libswscale/swscale_altivec_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index a19888ccd3..8eb7dc8448 100644 --- a/libswscale/swscale_altivec_template.c +++ b/libswscale/swscale_altivec_template.c @@ -1,4 +1,4 @@ -FF/* +/* AltiVec-enhanced yuv2yuvX Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org> |