summaryrefslogtreecommitdiff
path: root/dvbplayer.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-09 14:40:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-09 14:40:26 +0200
commitc020b708a523b35c1d2ef0c34c8a4e5d1d7b9a00 (patch)
treef74510b628bf8c404335e17f23bb3fda770a1b88 /dvbplayer.c
parent440c119b0a80d40d05f48613de46f367597a3f29 (diff)
downloadvdr-c020b708a523b35c1d2ef0c34c8a4e5d1d7b9a00.tar.gz
vdr-c020b708a523b35c1d2ef0c34c8a4e5d1d7b9a00.tar.bz2
Fixed several spelling errors
Diffstat (limited to 'dvbplayer.c')
-rw-r--r--dvbplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbplayer.c b/dvbplayer.c
index b325c989..f2cb2d20 100644
--- a/dvbplayer.c
+++ b/dvbplayer.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbplayer.c 2.27 2012/05/06 11:02:35 kls Exp $
+ * $Id: dvbplayer.c 2.28 2012/06/09 14:37:24 kls Exp $
*/
#include "dvbplayer.h"
@@ -513,7 +513,7 @@ void cDvbPlayer::Action(void)
if (dropFrame) {
if (!eof || (playDir != pdForward && dropFrame->Index() > 0) || (playDir == pdForward && dropFrame->Index() < readIndex)) {
- ringBuffer->Drop(dropFrame); // the very first and last frame are continously repeated to flush data through the device
+ ringBuffer->Drop(dropFrame); // the very first and last frame are continuously repeated to flush data through the device
dropFrame = NULL;
}
}