mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 10:36:26 +08:00 
			
		
		
		
	rename pkg/formats into pkt/format
This commit is contained in:
		
							
								
								
									
										6
									
								
								pkg/format/rtpvp8/rtpvp8.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								pkg/format/rtpvp8/rtpvp8.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| // Package rtpvp8 contains a RTP/VP8 decoder and encoder. | ||||
| package rtpvp8 | ||||
|  | ||||
| const ( | ||||
| 	rtpClockRate = 90000 // VP8 always uses 90khz | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9