summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-11-22 13:25:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-11-22 13:25:16 +0100
commitc8402639f60ce0feec31c31748d1162d40754012 (patch)
tree3b49b0bf2da059873f03f6c96197f4d444f37bae /device.h
parentd8857154a1a193251705088d3a064f6ded5ad6ee (diff)
downloadvdr-c8402639f60ce0feec31c31748d1162d40754012.tar.gz
vdr-c8402639f60ce0feec31c31748d1162d40754012.tar.bz2
Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/device.h b/device.h
index 8ac85946..5698fde2 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 2.15 2009/06/06 11:15:49 kls Exp $
+ * $Id: device.h 2.16 2009/11/22 13:21:00 kls Exp $
*/
#ifndef __DEVICE_H
@@ -514,9 +514,6 @@ protected:
///< Plays the given data block as audio.
///< Data points to exactly one complete PES packet of the given Length.
///< Id indicates the type of audio data this packet holds.
- ///< Note that as of version 1.7.1 Id is obsolete and may be 0 (in case of
- ///< TS replay). Plugins that need to know this Id shall read it from the
- ///< actual PES data (it's the 4th byte).
///< PlayAudio() shall process the packet either as a whole (returning
///< Length) or not at all (returning 0 or -1 and setting 'errno' accordingly).
///< \return Returns the number of bytes actually taken from Data, or -1