mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 18:42:40 +08:00 
			
		
		
		
	update docs
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| // Package rtph264 contains a RTP/AAC decoder and encoder. | ||||
| // Package rtpaac contains a RTP/AAC decoder and encoder. | ||||
| package rtpaac | ||||
|  | ||||
| import ( | ||||
|   | ||||
| @@ -24,7 +24,7 @@ type Decoder struct { | ||||
| 	buf []byte | ||||
| } | ||||
|  | ||||
| // NewDecoderFromPacketConn creates a decoder around a Reader. | ||||
| // NewDecoder creates a decoder around a Reader. | ||||
| func NewDecoder(r io.Reader) *Decoder { | ||||
| 	return &Decoder{ | ||||
| 		r:   r, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9