mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 03:44:50 +00:00 
			
		
		
		
	PSSH: Fix mistake in the doc-string of get_as_box()
This commit is contained in:
		
							parent
							
								
									0bfbbdccc3
								
							
						
					
					
						commit
						71a43a069d
					
				@ -94,7 +94,7 @@ class PSSH:
 | 
				
			|||||||
            ValueError: If the data is empty, or an unexpected type.
 | 
					            ValueError: If the data is empty, or an unexpected type.
 | 
				
			||||||
            binascii.Error: If the data could not be decoded as Base64 if provided
 | 
					            binascii.Error: If the data could not be decoded as Base64 if provided
 | 
				
			||||||
                as a string.
 | 
					                as a string.
 | 
				
			||||||
            construct.ConstructError: If the data could not be parsed as a PSSH mp4 box
 | 
					            DecodeError: If the data could not be parsed as a PSSH mp4 box
 | 
				
			||||||
                nor a Widevine Cenc Header while strict=True.
 | 
					                nor a Widevine Cenc Header while strict=True.
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        if not data:
 | 
					        if not data:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user