summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-20 09:10:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-20 09:10:19 +0100
commit680838947bb5765664be84a98344f5758b99211f (patch)
tree8feed2987b39c9589a2309a412f4359a2cc75b54 /HISTORY
parentf13e8a156e50e8bd7a1ed96bc4936acea0eb2304 (diff)
downloadvdr-680838947bb5765664be84a98344f5758b99211f.tar.gz
vdr-680838947bb5765664be84a98344f5758b99211f.tar.bz2
Fixed stuttering or asynchronous audio after changing the audio track
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b38c6b68..ef4cf106 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7645,7 +7645,7 @@ Video Disk Recorder Revision History
- Expanded tabs in PLUGINS/src/dvbhddevice/setup.c.
- Some formatting fixes.
-2013-02-19: Version 1.7.39
+2013-02-20: Version 1.7.39
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Updated the Polish OSD texts (thanks to Marek Nazarko).
@@ -7664,3 +7664,5 @@ Video Disk Recorder Revision History
- The demos in the "osddemo" plugin can now also be ended with the "Back" key.
- Fixed flashing OSD in "high level OSD" mode of the TT S2-6400 in case a menu is open
while subtitles are being displayed.
+- Fixed stuttering or asynchronous audio after changing the audio track. This is done
+ by doing a "jump" to the current position, which clears all buffers.