diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-03-28 21:53:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-03-28 21:53:26 +0100 |
commit | b3931e646fd42f48c0ccb58d8d1f7a9d4eec1bb7 (patch) | |
tree | c444b25abfb8f7c6ed8e65d8ba004d672832c1e7 | |
parent | d0a42e9c819077c1f391544f1e8672bec33ff68c (diff) | |
download | vdr-b3931e646fd42f48c0ccb58d8d1f7a9d4eec1bb7.tar.gz vdr-b3931e646fd42f48c0ccb58d8d1f7a9d4eec1bb7.tar.bz2 |
Fixed a typo
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 2.7 2009/03/01 11:20:34 kls Exp $ + * $Id: device.h 2.8 2009/03/28 21:53:26 kls Exp $ */ #ifndef __DEVICE_H @@ -595,7 +595,7 @@ public: ///< data which was bufferd so far has been processed. ///< If TimeoutMs is not zero, the device will wait up to the given ///< number of milliseconds before returning in case there is still - ///< data in the buffers.. + ///< data in the buffers. virtual int PlayPes(const uchar *Data, int Length, bool VideoOnly = false); ///< Plays all valid PES packets in Data with the given Length. ///< If Data is NULL any leftover data from a previous call will be |