diff options
author | phintuka <phintuka> | 2012-01-16 12:10:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-01-16 12:10:33 +0000 |
commit | 2b3335f70f7639b7c206846a42feef256634cfce (patch) | |
tree | dac779a797dcfa57532b048666d99a14176dbf92 /tools | |
parent | ebe22cdb2335da8eb4d0213922bef76a061f366e (diff) | |
download | xineliboutput-2b3335f70f7639b7c206846a42feef256634cfce.tar.gz xineliboutput-2b3335f70f7639b7c206846a42feef256634cfce.tar.bz2 |
Fixed previous commit
Diffstat (limited to 'tools')
-rw-r--r-- | tools/backgroundwriter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/backgroundwriter.h b/tools/backgroundwriter.h index 1f5bb18b..76273daa 100644 --- a/tools/backgroundwriter.h +++ b/tools/backgroundwriter.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: backgroundwriter.h,v 1.8 2012-01-16 12:09:18 phintuka Exp $ + * $Id: backgroundwriter.h,v 1.9 2012-01-16 12:10:33 phintuka Exp $ * */ @@ -40,9 +40,9 @@ class cBackgroundWriterI : public cThread public: #if VDRVERSNUM >= 10708 - cBackgroundWriterI(int fd, int Size = KILOBYTE(512), int Margin = 0); -#else cBackgroundWriterI(int fd, int Size = KILOBYTE(2048), int Margin = 0); +#else + cBackgroundWriterI(int fd, int Size = KILOBYTE(512), int Margin = 0); #endif virtual ~cBackgroundWriterI(); |