mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine headers
This commit is contained in:
parent
53357e92fe
commit
f8e6de71f3
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,5 @@
|
||||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <srs_core.hpp>
|
|
||||||
|
|
||||||
#include <srs_core_performance.hpp>
|
#include <srs_core_performance.hpp>
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
#ifndef SRS_CORE_PERFORMANCE_HPP
|
#ifndef SRS_CORE_PERFORMANCE_HPP
|
||||||
#define SRS_CORE_PERFORMANCE_HPP
|
#define SRS_CORE_PERFORMANCE_HPP
|
||||||
|
|
||||||
|
#include <srs_core.hpp>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this file defines the perfromance options.
|
* this file defines the perfromance options.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -21,7 +21,5 @@
|
||||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <srs_core.hpp>
|
|
||||||
|
|
||||||
#include <srs_core_time.hpp>
|
#include <srs_core_time.hpp>
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
#ifndef SRS_CORE_TIME_HPP
|
#ifndef SRS_CORE_TIME_HPP
|
||||||
#define SRS_CORE_TIME_HPP
|
#define SRS_CORE_TIME_HPP
|
||||||
|
|
||||||
|
#include <srs_core.hpp>
|
||||||
|
|
||||||
// Time and duration unit, in us.
|
// Time and duration unit, in us.
|
||||||
typedef int64_t srs_utime_t;
|
typedef int64_t srs_utime_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue