1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Fixed pid scanner to set the existing video stream type.

This commit is contained in:
Rolf Ahrenberg
2009-03-06 22:20:34 +02:00
parent 94225ac6a4
commit d546cac834
9 changed files with 35 additions and 20 deletions

View File

@@ -86,10 +86,10 @@ VDR Plugin 'iptv' Revision History
- Set max IPTV device count to VDR's max devices.
- Fixed a possible crash in sid and pid scanners.
2009-xx-xx: Version 0.2.5
2009-03-08: Version 0.2.5
- Optimized TS packet data flow.
- Refactored section filter class.
- Cleaned up example scripts.
- Fixed pid scanner to default MPEG2 video stream type
- Fixed pid scanner to set the existing video stream type
(Thanks to ua0lnj for reporting this one).