1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Remove dead code. Merge tiny functions.

This commit is contained in:
winlin 2020-07-25 09:59:36 +08:00
parent 21835c38b7
commit 6545370b7f
4 changed files with 23 additions and 44 deletions

View file

@ -337,11 +337,6 @@ void SrsRtcPlayStream::stop()
trd->stop();
}
void SrsRtcPlayStream::stop_loop()
{
trd->interrupt();
}
srs_error_t SrsRtcPlayStream::cycle()
{
srs_error_t err = srs_success;