Mercurial > mplayer.hg
view gui/skin/skin.h @ 23221:6a5ce1aaebfb
Play amr_nb and amr_wb with FFmpegs r8880
author | cehoyos |
---|---|
date | Sun, 06 May 2007 18:15:16 +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