mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	Fix bug: missing external reference with -DUSE_PIP.
This commit is contained in:
		@@ -2830,7 +2830,9 @@ void Suspend(int video, int audio, int dox11)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    Debug(3, "[softhddev]%s:\n", __FUNCTION__);
 | 
					    Debug(3, "[softhddev]%s:\n", __FUNCTION__);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef USE_PIP
 | 
				
			||||||
    DelPip();				// must stop PIP
 | 
					    DelPip();				// must stop PIP
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    MyVideoStream->SkipStream = 1;
 | 
					    MyVideoStream->SkipStream = 1;
 | 
				
			||||||
    SkipAudio = 1;
 | 
					    SkipAudio = 1;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user