From 06236395e7a196d7ff3b01279c7f0d715f3197bf Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 22 Jul 2001 09:33:34 +0200 Subject: [PATCH] Increased the frame buffer size to 192KB --- HISTORY | 5 +++-- dvbapi.c | 4 ++-- 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