summaryrefslogtreecommitdiff
path: root/remux.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-17 11:00:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-17 11:00:00 +0200
commit915af4efff6e27e9e764bbac01cbc68da2904cbe (patch)
tree95e7937c23a4bb6cc73490c290f889895b7ae6bc /remux.c
parent7010c6794596df5c85c6ebfdf6f290e25cabb031 (diff)
downloadvdr-915af4efff6e27e9e764bbac01cbc68da2904cbe.tar.gz
vdr-915af4efff6e27e9e764bbac01cbc68da2904cbe.tar.bz2
Some comment cleanups
Diffstat (limited to 'remux.c')
-rw-r--r--remux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remux.c b/remux.c
index ae4a17a6..7f2c79d4 100644
--- a/remux.c
+++ b/remux.c
@@ -11,7 +11,7 @@
* The cRepacker family's code was originally written by Reinhard Nissl <rnissl@gmx.de>,
* and adapted to the VDR coding style by Klaus.Schmidinger@cadsoft.de.
*
- * $Id: remux.c 1.55 2006/03/25 12:27:30 kls Exp $
+ * $Id: remux.c 1.56 2006/04/17 11:00:00 kls Exp $
*/
#include "remux.h"
@@ -148,7 +148,7 @@ int cRepacker::Put(cRingBufferLinear *ResultBuffer, const uchar *Data, int Count
return n;
}
-// --- cCommonRepacker --------------------------------------------------------
+// --- cCommonRepacker -------------------------------------------------------
class cCommonRepacker : public cRepacker {
protected: