| 
					
				 | 
			
			
				@@ -312,7 +312,7 @@ public class PQGPUImagePlayerView: UIView { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         tipLab.frame = CGRect(x: (self.frame.size.width - 100) / 2, y: (self.frame.size.height - 14) / 2, width: 100, height: 14) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         progressLab.frame = CGRect(x: (self.frame.size.width - 140) / 2, y: 8, width: 140, height: 14) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        let bord = frame.size.width > frame.size.height ? CGFloat(64) : CGFloat(100) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        let bord = frame.size.width > frame.size.height ? CGFloat(60) : CGFloat(60) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         playView.frame = CGRect(x: (CGFloat(frame.size.width) - bord) / 2 , y: (CGFloat(frame.size.height) - bord) / 2, width: bord, height: bord) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //        playView.frame = CGRect(x: (self.frame.size.width - self.frame.size.height / 3.6) / 2, y: (self.frame.size.height - self.frame.size.height / 3.6) / 2, width: self.frame.size.height / 3.6, height: self.frame.size.height / 3.6) 
			 |