summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-07-22 09:33:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-07-22 09:33:34 +0200
commit06236395e7a196d7ff3b01279c7f0d715f3197bf (patch)
tree410ea76cf677af83fc43c399ee141d3c06703cec
parent43732ece318aaef925a3f9c71eddfd6f2b41d206 (diff)
downloadvdr-06236395e7a196d7ff3b01279c7f0d715f3197bf.tar.gz
vdr-06236395e7a196d7ff3b01279c7f0d715f3197bf.tar.bz2
Increased the frame buffer size to 192KB
-rw-r--r--HISTORY5
-rw-r--r--dvbapi.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index afbcf428..a81906d3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -529,12 +529,12 @@ Video Disk Recorder Revision History
2001-06-26: Version 0.83
- Avoiding "Device or resource busy" error message when setting PIDs.
-- Added Portugese language texts (Paulo Manuel Martins Lopes).
+- Added Portugese language texts (thanks to Paulo Manuel Martins Lopes).
- Recording and replaying Dolby Digital (AC3) sound.
- No longer getting stuck when a channel doesn't sync while switching
with the 'Up' and 'Down' keys.
-2001-07-14: Version 0.84
+2001-07-21: Version 0.84
- Fixed video packet scanning to make it recognize the whole range of
allowed video packet ids.
@@ -552,3 +552,4 @@ Video Disk Recorder Revision History
have a second audio PID.
- Fixed high system load when displaying a still picture in replay.
- Fixed a hanging SVDRP connection if the client dies without issuing QUIT.
+- Increased the frame buffer size to 192KB.
diff --git a/dvbapi.c b/dvbapi.c
index a47d13a0..34af18a3 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.84 2001/07/14 09:23:50 kls Exp $
+ * $Id: dvbapi.c 1.85 2001/07/22 09:33:01 kls Exp $
*/
#include "dvbapi.h"
@@ -43,7 +43,7 @@ extern "C" {
#define VIDEOBUFSIZE (1024*1024)
// The maximum size of a single frame:
-#define MAXFRAMESIZE (128*1024)
+#define MAXFRAMESIZE (192*1024)
#define FRAMESPERSEC 25