protocol/rtcp: added rtcp_test.go file with signatures for some likely tests

This commit is contained in:
Saxon 2019-04-10 16:33:12 +09:30
parent ddabd9afbf
commit 139d4b92ab
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
package rtcp
import "testing"
func TestReceiverReportBytes(t *testing.T) {
}
func TestSourceDescriptionBytes(t *testing.T) {
}