mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	Calling TrickSpeed without decoder can happen.
This commit is contained in:
		@@ -1905,7 +1905,8 @@ void TrickSpeed(int speed)
 | 
			
		||||
    if (MyHwDecoder) {
 | 
			
		||||
	VideoSetTrickSpeed(MyHwDecoder, speed);
 | 
			
		||||
    } else {
 | 
			
		||||
	Error(_("softhddev: %s called without hw decoder\n"), __FUNCTION__);
 | 
			
		||||
	// can happen, during startup
 | 
			
		||||
	Debug(3, "softhddev: %s called without hw decoder\n", __FUNCTION__);
 | 
			
		||||
    }
 | 
			
		||||
    StreamFreezed = 0;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user