Mercurial > mplayer.hg
view Gui/skin/skin.h @ 21560:a16219e6d656
added function to return the language of the specified subtitle id. Patch by
o o
O tvos Attila
author | nicodvb |
---|---|
date | Sun, 10 Dec 2006 17:25:54 +0000 |
parents | 0e1471d9da74 |
children |
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