mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename temp to stream
This commit is contained in:
parent
f33d736442
commit
ca3577e11b
13 changed files with 25 additions and 25 deletions
|
@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_rtmp_io.hpp>
|
||||
#include <srs_core_performance.hpp>
|
||||
#include <srs_kernel_temp.hpp>
|
||||
#include <srs_kernel_stream.hpp>
|
||||
|
||||
#ifdef SRS_PERF_MERGED_READ
|
||||
/**
|
||||
|
|
|
@ -28,7 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
using namespace std;
|
||||
|
||||
#include <srs_rtmp_io.hpp>
|
||||
#include <srs_kernel_temp.hpp>
|
||||
#include <srs_kernel_stream.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_kernel_consts.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue