Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
vnsi add-on: decrease timeouts for demuxer
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and opdenkamp committed Jun 15, 2012
1 parent 9ca9940 commit a76e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/pvrclients/vdr-vnsi/VNSIDemux.cpp
Expand Up @@ -84,7 +84,7 @@ DemuxPacket* cVNSIDemux::Read()
return NULL; return NULL;
} }


cResponsePacket *resp = ReadMessage(); cResponsePacket *resp = ReadMessage(1000,1000);


if(resp == NULL) if(resp == NULL)
return PVR->AllocateDemuxPacket(0); return PVR->AllocateDemuxPacket(0);
Expand Down

0 comments on commit a76e88f

Please sign in to comment.