mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Happy 2021
This commit is contained in:
parent
6da91f7dea
commit
d01e603b25
220 changed files with 222 additions and 222 deletions
|
@ -214,4 +214,4 @@ int srt_conn::write(unsigned char* data, int len) {
|
|||
return ret;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,4 +73,4 @@ private:
|
|||
|
||||
typedef std::shared_ptr<srt_conn> SRT_CONN_PTR;
|
||||
|
||||
#endif //SRT_CONN_H
|
||||
#endif //SRT_CONN_H
|
||||
|
|
|
@ -53,4 +53,4 @@ private:
|
|||
|
||||
typedef std::shared_ptr<SRT_DATA_MSG> SRT_DATA_MSG_PTR;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -398,4 +398,4 @@ void srt_handle::handle_srt_socket(SRT_SOCKSTATUS status, SRTSOCKET conn_fd)
|
|||
assert(0);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,4 +84,4 @@ private:
|
|||
long long _last_check_alive_ts;
|
||||
};
|
||||
|
||||
#endif //SRT_HANDLE_H
|
||||
#endif //SRT_HANDLE_H
|
||||
|
|
|
@ -79,4 +79,4 @@ public:
|
|||
virtual void stop();
|
||||
};
|
||||
|
||||
#endif//SRT_SERVER_H
|
||||
#endif//SRT_SERVER_H
|
||||
|
|
|
@ -716,4 +716,4 @@ bool rtmp_packet_queue::get_rtmp_data(rtmp_packet_info_s& packet_info) {
|
|||
_send_map.erase(iter);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -170,4 +170,4 @@ private:
|
|||
int64_t _lastcheck_ts;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -62,4 +62,4 @@ inline std::string string_lower(const std::string input_str) {
|
|||
return output_str;
|
||||
}
|
||||
|
||||
#endif//STRING_EX_H
|
||||
#endif//STRING_EX_H
|
||||
|
|
|
@ -610,4 +610,4 @@ int ts_demux::pes_parse(unsigned char* p, size_t npos,
|
|||
}
|
||||
|
||||
return pos;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -260,4 +260,4 @@ private:
|
|||
|
||||
typedef std::shared_ptr<ts_demux> TS_DEMUX_PTR;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -75,4 +75,4 @@ int main(int argn, char** argv) {
|
|||
flen -= TS_MAX;
|
||||
} while(flen > 0);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue