summaryrefslogtreecommitdiff
path: root/ringbuffer.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2002-05-26 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2002-05-26 18:00:00 +0200
commit1eaa11f8beced0a96c32d9f1ef3221abd1159d98 (patch)
tree0f8eaab29360c5691168481be910dbb20ba96c19 /ringbuffer.c
parentf2a4e5438d0fa75c82a46af864abd63d293ec339 (diff)
downloadvdr-patch-lnbsharing-1eaa11f8beced0a96c32d9f1ef3221abd1159d98.tar.gz
vdr-patch-lnbsharing-1eaa11f8beced0a96c32d9f1ef3221abd1159d98.tar.bz2
Version 1.0.3vdr-1.0.3
- Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer). - Fixed some function headers to make them compile with gcc 3.x (thanks to Gregoire Favre). - Fixed the cutting mechanism to make it re-sync in case a frame is larger than the buffer (thanks to Sven Grothklags). - Added Swedish language texts (thanks to Tomas Prybil).
Diffstat (limited to 'ringbuffer.c')
-rw-r--r--ringbuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ringbuffer.c b/ringbuffer.c
index a52683d..4c7fc27 100644
--- a/ringbuffer.c
+++ b/ringbuffer.c
@@ -7,7 +7,7 @@
* Parts of this file were inspired by the 'ringbuffy.c' from the
* LinuxDVB driver (see linuxtv.org).
*
- * $Id: ringbuffer.c 1.6 2002/04/18 15:46:36 kls Exp $
+ * $Id: ringbuffer.c 1.6.1.1 2002/05/18 08:45:09 kls Exp $
*/
#include "ringbuffer.h"
@@ -239,7 +239,7 @@ cFrame::~cFrame()
// --- cRingBufferFrame ------------------------------------------------------
-cRingBufferFrame::cRingBufferFrame(int Size, bool Statistics = false)
+cRingBufferFrame::cRingBufferFrame(int Size, bool Statistics)
:cRingBuffer(Size, Statistics)
{
head = NULL;