mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 02:26:57 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			112 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			112 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package rtpmjpeg contains a RTP/M-JPEG decoder and encoder.
 | |
| package rtpmjpeg
 | |
| 
 | |
| const (
 | |
| 	maxDimension = 2040
 | |
| )
 | 
