Mercurial > mplayer.hg
view Gui/skin/skin.h @ 13655:d4048f4054b6
Sync with 1.780: Documents two new postprocessing options: "dering-luma"
and "dering-chroma".
Also moves around a bit the decoder section in order to "factorize" some
comments.
+ some french fixes
author | gpoirier |
---|---|
date | Sun, 17 Oct 2004 13:51:11 +0000 |
parents | 634a2b279b1a |
children | 0e1471d9da74 |
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