summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-03-18 09:54:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-03-18 09:54:00 +0100
commit5e805b5dfd368f1c59635b29e71cb752b9465819 (patch)
tree8a18448bfdec32fab616244117a425d12651faf8 /HISTORY
parentb7f4536fe144da31cf1843dad5fa01c630c23bf5 (diff)
downloadvdr-5e805b5dfd368f1c59635b29e71cb752b9465819.tar.gz
vdr-5e805b5dfd368f1c59635b29e71cb752b9465819.tar.bz2
The cutter now allocates its buffers on the heap to avoid problems on systems with limited stack space
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4e9b3aa6..9d52481c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7767,3 +7767,5 @@ Video Disk Recorder Revision History
(thanks to Johann Friedrichs).
- The "Resume" button in the main menu is now only active if the respective recording
actually exists (reported by Johann Friedrichs).
+- The cutter now allocates its buffers on the heap to avoid problems on systems with
+ limited stack space (suggested by Juergen Lock).