mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 10:36:26 +08:00 
			
		
		
		
	add RTP/MPEG-2 audio decoder and encoder (#257)
This commit is contained in:
		| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("\x00\x0100") | ||||
| bool(false) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("000001") | ||||
| bool(false) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("\x000000000") | ||||
| bool(true) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("\x00\x00") | ||||
| bool(true) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("0") | ||||
| bool(false) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("0001") | ||||
| bool(true) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("00") | ||||
| bool(true) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("\x00\x0100") | ||||
| bool(true) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("\x00\x10\x80\x00") | ||||
| bool(false) | ||||
| @@ -0,0 +1,3 @@ | ||||
| go test fuzz v1 | ||||
| []byte("\x000000000") | ||||
| bool(false) | ||||
		Reference in New Issue
	
	Block a user
	 Alessandro Ros
					Alessandro Ros