diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-23 14:29:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-23 14:29:35 +0100 |
commit | 039cdaecb524af3ff521d18e8c7a0b5c0f4e67a6 (patch) | |
tree | 179cf3e70111d94828fb3c757f7c1f1403ead411 /transfer.c | |
parent | 211565c034f6b08f8ddd0a1e67ae187dc93c0e33 (diff) | |
download | vdr-039cdaecb524af3ff521d18e8c7a0b5c0f4e67a6.tar.gz vdr-039cdaecb524af3ff521d18e8c7a0b5c0f4e67a6.tar.bz2 |
Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer1.3.19
Diffstat (limited to 'transfer.c')
-rw-r--r-- | transfer.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: transfer.c 1.24 2005/01/16 15:12:58 kls Exp $ + * $Id: transfer.c 1.25 2005/01/23 14:27:40 kls Exp $ */ #include "transfer.h" @@ -100,6 +100,7 @@ void cTransfer::Action(void) dsyslog("clearing transfer buffer to avoid overflows"); ringBuffer->Clear(); remux->Clear(); + PlayPes(NULL, 0); p = NULL; continue; } |