mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Revised priority handling to allow receivers with a priority that is lower than that of live viewing
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: transfer.c 2.5 2010/01/30 11:10:25 kls Exp $ | ||||
|  * $Id: transfer.c 2.6 2012/02/29 14:16:23 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #include "transfer.h" | ||||
| @@ -12,7 +12,7 @@ | ||||
| // --- cTransfer ------------------------------------------------------------- | ||||
|  | ||||
| cTransfer::cTransfer(const cChannel *Channel) | ||||
| :cReceiver(Channel) | ||||
| :cReceiver(Channel, TRANSFERPRIORITY) | ||||
| { | ||||
|   patPmtGenerator.SetChannel(Channel); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user