summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2005-03-14 12:32:58 +0000
committerscop <scop>2005-03-14 12:32:58 +0000
commitd7dcdbb93623a3cc289a84c42f27b4bfc5c19e89 (patch)
tree51e7667528b3cc6f65720abf884ebdd1bf9aaa11 /HISTORY
parentf281720174ef3a9e5bef341b0a570d69992c2b48 (diff)
downloadvdr-plugin-dxr3-d7dcdbb93623a3cc289a84c42f27b4bfc5c19e89.tar.gz
vdr-plugin-dxr3-d7dcdbb93623a3cc289a84c42f27b4bfc5c19e89.tar.bz2
Fix audio and video thread deletion in demux device destructor.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 64c0917..3b6d67a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -242,3 +242,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- removed -lz from makefile
- use $CXX for generating dependencies instead of hardcoded g++
- added descriptions to audio and video output threads
+- fixed audio and video thread deletion in demux device destructor