Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets

This commit is contained in:
Klaus Schmidinger
2009-04-13 11:12:54 +02:00
parent 3628bbbfa1
commit 27c061e449
3 changed files with 5 additions and 4 deletions

View File

@@ -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.