mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-27 07:11:05 +01:00
Fixed several spelling errors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user