diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-08 09:37:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-08 09:37:17 +0100 |
commit | 9b68c100b2d221224382fe139599828f3ea663b7 (patch) | |
tree | 3c403130cba5a83a52a0569b6228289e5283af44 /HISTORY | |
parent | 57f58a154654311fc70e478c0b36262da5c414c6 (diff) | |
download | vdr-9b68c100b2d221224382fe139599828f3ea663b7.tar.gz vdr-9b68c100b2d221224382fe139599828f3ea663b7.tar.bz2 |
Fixed parsing channel data in case the audio pid is 0
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6989,3 +6989,7 @@ Video Disk Recorder Revision History due to a live channel switch, it can use that function's new parameter LiveView. Any plugins that implement cStatus::ChannelSwitch() need to add the parameter 'bool LiveView' to that function. +- Fixed parsing channel data in case the audio pid is 0. On channels that only + broadcast Dolby Digital audio there were sometimes log entries like + "changing pids of channel ... from ... to ..." with no apparent difference + between the old and new set of pids. |