summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-10-18 20:32:51 +0000
committerphintuka <phintuka>2006-10-18 20:32:51 +0000
commit94a0837ce27505bf1b1bfe6890e3555c4c7356dd (patch)
treec9ef9f9e3a3d3749025d49d18466640ebf231b44
parent6957ea824896dc89abcb3aaf4766d14e25b745ee (diff)
downloadxineliboutput-94a0837ce27505bf1b1bfe6890e3555c4c7356dd.tar.gz
xineliboutput-94a0837ce27505bf1b1bfe6890e3555c4c7356dd.tar.bz2
Allow clearing DVD SPU track map without notifying frontend(s)
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index a5603dbe..3a36a2df 100644
--- a/device.h
+++ b/device.h
@@ -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; }