mirror of https://bitbucket.org/ausocean/av.git
protocol/rtcp/rtcp.go: added package comment
This commit is contained in:
parent
a06083ecb7
commit
841dccaec8
|
@ -26,6 +26,8 @@ LICENSE
|
||||||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Package RTCP provides RTCP data structures and a client for communicating
|
||||||
|
// with an RTCP service.
|
||||||
package rtcp
|
package rtcp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue