summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-24 11:20:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-24 11:20:24 +0100
commitc2ecee3d40438bbc0e736d19ecaacdca45b5fa4e (patch)
treeced8dd714af584f60c20455f0b5d73d75d11c057 /HISTORY
parent2b174b07bde731981068895a780e3e0564bb85ac (diff)
downloadvdr-c2ecee3d40438bbc0e736d19ecaacdca45b5fa4e.tar.gz
vdr-c2ecee3d40438bbc0e736d19ecaacdca45b5fa4e.tar.bz2
Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if PlayVideo() didn't play anything
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e34a8774..25241902 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5912,7 +5912,7 @@ Video Disk Recorder Revision History
can handle DVB-S2. The #define is still there to allow people with older drivers
who don't need DVB-S2 to use this version without pathcing.
-2009-01-23: Version 1.7.4
+2009-01-24: Version 1.7.4
- Removed the '#define FE_CAN_2ND_GEN_MODULATION', since it was wrong and the
flag is now in the driver, anyway.
@@ -5954,3 +5954,5 @@ Video Disk Recorder Revision History
packets (suggested by Frank Schmirler).
- Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of
the actual pids of the channel.
+- Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if
+ PlayVideo() didn't play anything.