diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-18 09:54:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-18 09:54:00 +0100 |
commit | 5e805b5dfd368f1c59635b29e71cb752b9465819 (patch) | |
tree | 8a18448bfdec32fab616244117a425d12651faf8 /CONTRIBUTORS | |
parent | b7f4536fe144da31cf1843dad5fa01c630c23bf5 (diff) | |
download | vdr-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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3cec144e..0f49d10b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2919,6 +2919,8 @@ Juergen Lock <vdr-l@jelal.kn-bremen.de> in case, for instance, there is now a DVB-T device where there used to be a bonded DVB-S device for fixing a possible deadlock in handling the tuners of bonded devices + for suggesting to allocate the cutter's buffers on the heap to avoid problems on + systems with limited stack space Sergiu Dotenco <sergiu.dotenco@googlemail.com> for reporting a missing initialization in sDvbSpuRect |