mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note about MPEG1 not yet workign with cVideoRepacker
This commit is contained in:
parent
d6f1f8d8bb
commit
7bbeca3b5b
6
HISTORY
6
HISTORY
@ -3587,6 +3587,12 @@ Video Disk Recorder Revision History
|
||||
- Improved resetting CAM connections (thanks to Marco Schlüßler).
|
||||
- Implemented cVideoRepacker in remux.c to make sure every PES packet contains
|
||||
only data from one frame (thanks to Reinhard Nissl).
|
||||
NOTE: currently this doesn't work with MPEG1, so if you use MPEG1 you may want
|
||||
to change line 1158 in remux.c to
|
||||
|
||||
ts2pes[numTracks++] = new cTS2PES(VPid, resultBuffer, IPACKS);
|
||||
|
||||
as it was before.
|
||||
- EPG events without a title now display "No title" instead of "(null)" (thanks
|
||||
to Rolf Ahrenberg).
|
||||
- A device can now detach all receivers for a given PID, as is necessary, e.g.,
|
||||
|
Loading…
Reference in New Issue
Block a user