diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-13 11:12:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-13 11:12:54 +0200 |
commit | 27c061e449729f586d07c961e43691d2bc3105cb (patch) | |
tree | ab98ed8b429b056fa9ff723297c685679bcb678f /HISTORY | |
parent | 3628bbbfa16288d548a4b64a67c163699c08d06f (diff) | |
download | vdr-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-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |