- fixed null pointer in server.c when cConnection::Accept() failes

This commit is contained in:
schmirl
2008-10-31 12:19:57 +00:00
parent 7184adef83
commit 459e41e810
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- fixed null pointer in server.c when cConnection::Accept() failes
- consider Pids from channels.conf when HTTP TS streaming. Section filtering
is an optional feature for VDR devices, so we must not rely on the PMT
alone (pointed out by wirbel@vdrportal)