view gui/skin/skin.h @ 23425:098e38f17263

Recode the whole subtitle file to utf-8 before parsing. This allows reading subtitles in ucs-2.
author eugeni
date Fri, 01 Jun 2007 19:58:29 +0000
parents 17bf4f4b0715
children ce6ecb20fb44
line wrap: on
line source


#ifndef __MY_SKIN
#define __MY_SKIN

#include "app.h"

extern listItems     * skinAppMPlayer;

extern int skinRead( char * dname  );
extern int skinBPRead( char * fname, txSample * bf );

// ---

extern char * trimleft( char * in );
extern char * strswap( char * in,char what,char whereof );
extern char * trim( char * in );

#endif