summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-05 12:29:27 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-05 12:29:27 +0200
commit371a9a90250463bb1b5aeece709c444a836269aa (patch)
treef9c51176ee390ef54f99e691df59d8037da753ec /HISTORY
parent43d25f07de0c9a6feedaa331c82f923beb379fcf (diff)
downloadvdr-371a9a90250463bb1b5aeece709c444a836269aa.tar.gz
vdr-371a9a90250463bb1b5aeece709c444a836269aa.tar.bz2
cDevice::PlayTs() now plays as many TS packets as possible in one call
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3dcc9cb2..0df948e1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6020,3 +6020,4 @@ Video Disk Recorder Revision History
- Fixed a crash when jumping to an editing mark in an audio recording.
- Fixed the 'VideoOnly' condition in the PlayPes() and PlayTs() calls in
cDvbPlayer::Action() (thanks to Reinhard Nissl).
+- cDevice::PlayTs() now plays as many TS packets as possible in one call.