mirror of
				https://github.com/rofafor/vdr-plugin-iptv.git
				synced 2023-10-10 11:37:03 +00:00 
			
		
		
		
	Whitespace cleanup.
This commit is contained in:
		
				
					committed by
					
						
						Rolf Ahrenberg
					
				
			
			
				
	
			
			
			
						parent
						
							555c08bd4d
						
					
				
				
					commit
					43326bb4ea
				
			
							
								
								
									
										2
									
								
								device.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								device.c
									
									
									
									
									
								
							@@ -317,7 +317,7 @@ bool cIptvDevice::OpenDvr(void)
 | 
			
		||||
void cIptvDevice::CloseDvr(void)
 | 
			
		||||
{
 | 
			
		||||
  debug("cIptvDevice::%s(%d)", __FUNCTION__, deviceIndexM);
 | 
			
		||||
  if (sidScanEnabledM && pSidScannerM )
 | 
			
		||||
  if (sidScanEnabledM && pSidScannerM)
 | 
			
		||||
     pSidScannerM->Close();
 | 
			
		||||
  if (pIptvStreamerM)
 | 
			
		||||
     pIptvStreamerM->Close();
 | 
			
		||||
 
 | 
			
		||||
@@ -73,7 +73,7 @@ size_t cIptvProtocolCurl::WriteRtspCallback(void *ptrP, size_t sizeP, size_t nme
 | 
			
		||||
  //debug("cIptvProtocolCurl::%s(%zu)", __FUNCTION__, len);
 | 
			
		||||
 | 
			
		||||
  // Validate packet header ('$') and channel (0)
 | 
			
		||||
  if (obj && (p[0] == 0x24 ) && (p[1] == 0)) {
 | 
			
		||||
  if (obj && (p[0] == 0x24) && (p[1] == 0)) {
 | 
			
		||||
     int length = (p[2] << 8) | p[3];
 | 
			
		||||
     if (length > 3) {
 | 
			
		||||
        // Skip interleave header
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user