summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-13 11:12:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-13 11:12:54 +0200
commit27c061e449729f586d07c961e43691d2bc3105cb (patch)
treeab98ed8b429b056fa9ff723297c685679bcb678f /HISTORY
parent3628bbbfa16288d548a4b64a67c163699c08d06f (diff)
downloadvdr-27c061e449729f586d07c961e43691d2bc3105cb.tar.gz
vdr-27c061e449729f586d07c961e43691d2bc3105cb.tar.bz2
Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a217064a..ef35e15b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6036,3 +6036,4 @@ Video Disk Recorder Revision History
- No longer checking for deleted recordings to be removed from the foreground
thread, to avoid blocking the main loop for too long (thanks to Rolf Ahrenberg).
- cDevice::PlayTs() now syncs on the TS packet sync bytes.
+- Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets.