package rtmp

// #define SET_RCVTIMEO(tv,s)   int tv = s*1000
// rtmp_sys.h +43
func SET_RCVTIMEO(tv *int32, s int32) {
	*tv = s * 1000
}