summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-03-20 18:26:23 +0000
committerphintuka <phintuka>2009-03-20 18:26:23 +0000
commit737a3de2c593e61cc516cbf4eb64915049fbf13f (patch)
tree4ae8b68168f5fa1ecea8228458e6ad68ffd98363
parent766f89c9b5cd86355f14ec5cda7c0ee970ff0e05 (diff)
downloadxineliboutput-737a3de2c593e61cc516cbf4eb64915049fbf13f.tar.gz
xineliboutput-737a3de2c593e61cc516cbf4eb64915049fbf13f.tar.bz2
SetHeader()
-rw-r--r--frontend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend.h b/frontend.h
index 0dfb3f5f..a80c5b9b 100644
--- a/frontend.h
+++ b/frontend.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.h,v 1.27 2009-01-26 08:58:52 phintuka Exp $
+ * $Id: frontend.h,v 1.28 2009-03-20 18:26:23 phintuka Exp $
*
*/
@@ -80,6 +80,7 @@ class cXinelibThread : public cThread, public cListObject
virtual void OsdCmd(void *cmd) = 0;
virtual int64_t GetSTC(void) { return -1; }
virtual void SetHDMode(bool On) { (void)Xine_Control("HDMODE",On?1:0); };
+ virtual void SetHeader(const uchar *data, int length, bool reset = false) {};
// Stream type conversions
int Play_Mpeg1_PES(const uchar *data, int len);