summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-03-15 12:50:29 +0000
committerphintuka <phintuka>2010-03-15 12:50:29 +0000
commit6d5a5682ef3c451f769d508cd9ac8a819dcb20fa (patch)
treedcf671f24fcf872351e8c19fbca7cbcc88b89514
parenta0310fb7bcda6159fc733c6ff24fe47a8d4fb302 (diff)
downloadxineliboutput-6d5a5682ef3c451f769d508cd9ac8a819dcb20fa.tar.gz
xineliboutput-6d5a5682ef3c451f769d508cd9ac8a819dcb20fa.tar.bz2
Cosmetics
-rw-r--r--device.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/device.h b/device.h
index d1bf3571..9c27171f 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.57 2010-03-15 12:26:53 phintuka Exp $
+ * $Id: device.h,v 1.58 2010-03-15 12:50:29 phintuka Exp $
*
*/
@@ -245,12 +245,13 @@ class cXinelibDevice : public cDevice
virtual void StillPicture(const uchar *Data, int Length);
+ // MPEG-PES
virtual int PlayVideo(const uchar *Data, int Length);
virtual int PlayAudio(const uchar *Data, int Length, uchar Id);
virtual int PlaySubtitle(const uchar *Data, int Length);
#if VDRVERSNUM >= 10701
- /* join multiple TS packets to xineliboutput transport packet */
+ // join multiple TS packets to xineliboutput transport packet
cMutex m_TsBufLock;
uint8_t m_TsBuf[4096];
uint m_TsBufSize;
@@ -260,6 +261,7 @@ class cXinelibDevice : public cDevice
int PlayTsAny(const uchar *Data, int Length);
+ // MPEG-TS
virtual int PlayTsVideo(const uchar *Data, int Length);
virtual int PlayTsAudio(const uchar *Data, int Length);
virtual int PlayTsSubtitle(const uchar *Data, int Length);