diff options
author | Diego Biurrun <[email protected]> | 2007-07-09 18:55:31 +0000 |
---|---|---|
committer | Diego Biurrun <[email protected]> | 2007-07-09 18:55:31 +0000 |
commit | 7ed8ccb50e2c672e28e1e55f1a62965571d511b1 (patch) | |
tree | 66bbd93de191e81e3dc17d7a6d6db420698f33db | |
parent | 941125ef5f4ad1854629ad684af88dd63db3bc77 (diff) |
ISO8859-1 --> UTF-8
Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/yuv2rgb.c | 2 | ||||
-rw-r--r-- | libswscale/yuv2rgb_mlib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index f8c6575150..d75c517e08 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -5,7 +5,7 @@ * All Rights Reserved. * * Functions broken out from display_x11.c and several new modes - * added by H�kan Hjort <[email protected]> + * added by Håkan Hjort <[email protected]> * * 15 & 16 bpp support by Franck Sicard <[email protected]> * diff --git a/libswscale/yuv2rgb_mlib.c b/libswscale/yuv2rgb_mlib.c index e80f1ad318..1508c01c77 100644 --- a/libswscale/yuv2rgb_mlib.c +++ b/libswscale/yuv2rgb_mlib.c @@ -1,7 +1,7 @@ /* * yuv2rgb_mlib.c, Software YUV to RGB coverter using mediaLib * - * Copyright (C) 2000, H�kan Hjort <[email protected]> + * Copyright (C) 2000, Håkan Hjort <[email protected]> * All Rights Reserved. * * This file is part of mpeg2dec, a free MPEG-2 video decoder |