summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-07-06 06:11:11 +0000
committerschmirl <schmirl>2009-07-06 06:11:11 +0000
commit5644d3c03fca04d52fc3cc0017784f866a746015 (patch)
treef7d8808c63335ee4613ac4a970f22fde82978bc2 /HISTORY
parentfe77c5dccb9d8ef6119a64eb4a8cadbdf9227ea2 (diff)
downloadvdr-plugin-streamdev-5644d3c03fca04d52fc3cc0017784f866a746015.tar.gz
vdr-plugin-streamdev-5644d3c03fca04d52fc3cc0017784f866a746015.tar.bz2
fixed missing virtual for cTS2PESRemux destructor
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6e709b6..ced839e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- fixed missing virtual for cTS2PESRemux destructor
- silenced format mismatch warning on 64bit OS
- added XBMC support by extending VTP capabilities (thanks to Alwin Esch)
- now there's a common baseclass for all remuxers, make use of it