mirror of https://bitbucket.org/ausocean/av.git
protocol/rtcp: added rtcp_test.go file with signatures for some likely tests
This commit is contained in:
parent
ddabd9afbf
commit
139d4b92ab
|
@ -0,0 +1,11 @@
|
|||
package rtcp
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestReceiverReportBytes(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
func TestSourceDescriptionBytes(t *testing.T) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue