diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-05 11:06:47 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-05 11:06:47 +0100 |
commit | 204f4a322e378219350d7ab8961719d2dc55a8c6 (patch) | |
tree | f1a0b40321fa6aa14e798b2c12d987eda76ed9b7 /cutter.c | |
parent | b6920cd2d81b2dab91136da963da2dc186f493a7 (diff) | |
download | vdr-204f4a322e378219350d7ab8961719d2dc55a8c6.tar.gz vdr-204f4a322e378219350d7ab8961719d2dc55a8c6.tar.bz2 |
Further improvements to cUnbufferedFile
Diffstat (limited to 'cutter.c')
-rw-r--r-- | cutter.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: cutter.c 1.13 2006/02/04 13:40:20 kls Exp $ + * $Id: cutter.c 1.14 2006/02/05 11:06:47 kls Exp $ */ #include "cutter.h" @@ -125,7 +125,6 @@ void cCuttingThread::Action(void) error = "toFile 1"; break; } - toFile->SetReadAhead(MEGABYTE(20)); FileSize = 0; } LastIFrame = 0; @@ -166,7 +165,6 @@ void cCuttingThread::Action(void) error = "toFile 2"; break; } - toFile->SetReadAhead(MEGABYTE(20)); FileSize = 0; } } |