summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-05 12:12:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-05 12:12:18 +0100
commit596e965a5334fec97b4ee4fd19223b6acfacf680 (patch)
treec4b91241f306ef94c9736bdad5e4137c863c66e7 /HISTORY
parent9607fd33a061530b3e26e2ffae14e87548b016ba (diff)
downloadvdr-596e965a5334fec97b4ee4fd19223b6acfacf680.tar.gz
vdr-596e965a5334fec97b4ee4fd19223b6acfacf680.tar.bz2
Fixed a race condition in the SPU decoder
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 013b3e72..a91667ad 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3933,3 +3933,4 @@ Video Disk Recorder Revision History
commands of any length. The MAXPARSEBUFFER macros is now obsolete and has
been removed. If a plugin has used that macro, it should either define
a buffer size of its own, or use cReadLine when reading files.
+- Fixed a race condition in the SPU decoder (thanks to Marco Schlüßler).