view gui/skin/skin.h @ 26381:4617c374f752

demux_real.c: Always use MP_NOPTS_VALUE for unknown pts demux_real.c still had code that used either 0 or MP_NOPTS_VALUE for unknown timestamps depending on correct_pts setting. It should have been removed in svn commit 25988 "Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.".
author uau
date Sat, 12 Apr 2008 15:51:15 +0000
parents 10dfbc523184
children b0a7b35b78d2
line wrap: on
line source

#ifndef MPLAYER_GUI_SKIN_H
#define MPLAYER_GUI_SKIN_H

#include "gui/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 /* MPLAYER_GUI_SKIN_H */