cleanup
This commit is contained in:
		@ -33,7 +33,7 @@ class Decoder:
 | 
			
		||||
                break
 | 
			
		||||
            elif errcode < 0:
 | 
			
		||||
                errstring = libav.strerror(errcode)
 | 
			
		||||
                raise Exception(f"Failed to receive frame: {errstring} {errcode} {libav.AVERROR_EAGAIN}")
 | 
			
		||||
                raise Exception(f"Failed to receive frame: {errstring}")
 | 
			
		||||
            frames.append(frame)
 | 
			
		||||
        return frames
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user