Added a note to the INSTALL file about using subdirectories to split a large disk into separate areas for VDR's video data and other stuff

This commit is contained in:
Klaus Schmidinger
2009-04-25 14:23:58 +02:00
parent 6aeeae28ef
commit 509fc7f098
3 changed files with 14 additions and 2 deletions

View File

@@ -6031,7 +6031,7 @@ Video Disk Recorder Revision History
Oliver Endriss for reporting this).
- Improved efficiency of cEIT::cEIT() (thanks to Tobias Bratfisch).
2009-04-19: Version 1.7.6
2009-04-25: Version 1.7.6
- cDevice::PlayTs() now syncs on the TS packet sync bytes.
- Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets.
@@ -6057,3 +6057,6 @@ Video Disk Recorder Revision History
- cDvbPlayer::Empty() subtracts 1 from readIndex, because Action() will first
increment it.
- Only storing non-zero Pts values in ptsIndex.
- Added a note to the INSTALL file about using subdirectories to split a large
disk into separate areas for VDR's video data and other stuff (suggested by
Udo Richter).