diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-16 15:30:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-16 15:30:43 +0100 |
commit | 7276c54bafbcb5bac3371effb773918df84acc87 (patch) | |
tree | 345f49cb5931b44ac9d77b8a8f79d6bedec6783f /recording.h | |
parent | 8c0981583fcd5e531ac955cd8184866dd4eaf9a2 (diff) | |
download | vdr-7276c54bafbcb5bac3371effb773918df84acc87.tar.gz vdr-7276c54bafbcb5bac3371effb773918df84acc87.tar.bz2 |
Extended some buffer sizes to allow handling HDTV streams
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recording.h b/recording.h index a0f864f3..be1a5c44 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 1.33 2004/12/26 11:47:35 kls Exp $ + * $Id: recording.h 1.34 2005/01/16 15:11:31 kls Exp $ */ #ifndef __RECORDING_H @@ -121,8 +121,8 @@ public: //XXX+ #define FRAMESPERSEC 25 -// The maximum size of a single frame: -#define MAXFRAMESIZE KILOBYTE(192) +// The maximum size of a single frame (up to HDTV 1920x1080): +#define MAXFRAMESIZE KILOBYTE(512) // The maximum file size is limited by the range that can be covered // with 'int'. 4GB might be possible (if the range is considered |