From 737a3de2c593e61cc516cbf4eb64915049fbf13f Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 20 Mar 2009 18:26:23 +0000 Subject: SetHeader() --- frontend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3