mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Rename srs_service_st_srt to srs_protocol_srt
This commit is contained in:
parent
fbc6eebe18
commit
78b778fb93
9 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_service_st_srt.hpp>
|
||||
#include <srs_protocol_srt.hpp>
|
||||
|
||||
#include <sstream>
|
||||
|
|
@ -4,8 +4,8 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#ifndef SRS_SERVICE_ST_SRT_HPP
|
||||
#define SRS_SERVICE_ST_SRT_HPP
|
||||
#ifndef SRS_PROTOCOL_SRT_HPP
|
||||
#define SRS_PROTOCOL_SRT_HPP
|
||||
|
||||
#include <srs_core.hpp>
|
||||
#include <srs_service_st.hpp>
|
Loading…
Add table
Add a link
Reference in a new issue