summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-13 10:29:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-13 10:29:27 +0100
commit28976bf276b27c06abdea22472dd60e48103a6e1 (patch)
treec39468b92cf727974a59056ba6d4bff4f810d7eb /HISTORY
parent20d5179ae4cbea835ca796e32ed8aa36ffe26e3d (diff)
downloadvdr-28976bf276b27c06abdea22472dd60e48103a6e1.tar.gz
vdr-28976bf276b27c06abdea22472dd60e48103a6e1.tar.bz2
Added a missing 'resultSkipped = 0' to cRemux::Clear()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a0e123ec..1e8212b3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3408,3 +3408,5 @@ Video Disk Recorder Revision History
Dolby Digital compatibility mode".
- The 'plugins-clean' target of the Makefile now only deletes the actual plugin
library files from this version of VDR (suggested by Andreas Brachold).
+- Added a missing 'resultSkipped = 0' to cRemux::Clear() (thanks to Marco Schlüßler
+ for reporting this one).