[MPlayer-cvslog] CVS: main/libmpcodecs ad_speex.c,NONE,1.1

Rich Felker dalias at aerifal.cx
Mon Nov 7 05:13:54 CET 2005


On Sat, Nov 05, 2005 at 01:01:07PM +0100, Reimar Döffinger CVS wrote:
> CVS change done by Reimar Döffinger CVS
> 
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv20682/libmpcodecs
> 
> Added Files:
> 	ad_speex.c 
> Log Message:
> Speex audio decoding
> 
> 
> --- NEW FILE ---
> /**
>  * Speex decoder by Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>
>  * License: GPL
>  * This code may be be relicensed under the terms of the GNU LGPL when it
>  * becomes part of the FFmpeg project (ffmpeg.org)
>  */
> #include "config.h"
> #include <speex/speex.h>
> #include <speex/speex_stereo.h>
> #include <speex/speex_header.h>
> #include "ad_internal.h"
> 
> static ad_info_t info = {
>   "Speex audio decoder",
>   "speex",
>   "Reimar Döffinger",

Are mplayer source files considered to contain utf8 text? IMO not.
This certainly will break whenever mplayer is used in non-utf8 locale.

Rich




More information about the MPlayer-cvslog mailing list