Implemented cVideoRepacker in remux.c to make sure every PES packet contains only data from one frame

This commit is contained in:
Klaus Schmidinger
2005-06-04 14:49:25 +02:00
parent a8599c451e
commit 60a35366dd
3 changed files with 360 additions and 2 deletions

View File

@@ -3585,3 +3585,5 @@ Video Disk Recorder Revision History
- Fixed handling 'summary.vdr' files with more than two empty lines (thanks to
Christian Jacobsen for reporting this one).
- Improved resetting CAM connections (thanks to Marco Schl<68><6C>ler).
- Implemented cVideoRepacker in remux.c to make sure every PES packet contains
only data from one frame (thanks to Reinhard Nissl).