diff options
author | phintuka <phintuka> | 2006-10-18 20:32:51 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-18 20:32:51 +0000 |
commit | 94a0837ce27505bf1b1bfe6890e3555c4c7356dd (patch) | |
tree | c9ef9f9e3a3d3749025d49d18466640ebf231b44 | |
parent | 6957ea824896dc89abcb3aaf4766d14e25b745ee (diff) | |
download | xineliboutput-94a0837ce27505bf1b1bfe6890e3555c4c7356dd.tar.gz xineliboutput-94a0837ce27505bf1b1bfe6890e3555c4c7356dd.tar.bz2 |
Allow clearing DVD SPU track map without notifying frontend(s)
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.h,v 1.12 2006-10-18 13:32:08 phintuka Exp $ + * $Id: device.h,v 1.13 2006-10-18 20:32:51 phintuka Exp $ * */ @@ -151,7 +151,7 @@ class cXinelibDevice : public cDevice char m_DvdSpuLang[64][64]; public: - void ClrAvailableDvdSpuTracks(void); + void ClrAvailableDvdSpuTracks(bool NotifyFrontend = true); bool SetAvailableDvdSpuTrack(int Type, const char *lang = NULL, bool Current=false); const char *GetDvdSpuLang(int Type); int NumDvdSpuTracks(void) const { return m_DvdSpuTracks; } |