Code cleanup and optimization (thanks to Ville Skytt)

This commit is contained in:
Frank Schmirler
2011-11-21 13:03:06 +01:00
parent 20c931ac6d
commit ce1583a756
6 changed files with 4 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- code cleanup and optimization (thanks to Ville Skytt<74>)
- properly shutdown IGMP timeout handler thread when the plugin is stopped.
Fixes occasional segfaults on VDR exit.
- fixed memory leak in libdvbmpeg read_pes (thanks to Ville Skytt<74>)