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

Happy 2021

This commit is contained in:
winlin 2021-04-16 09:25:55 +08:00
parent 6da91f7dea
commit d01e603b25
220 changed files with 222 additions and 222 deletions

View file

@ -214,4 +214,4 @@ int srt_conn::write(unsigned char* data, int len) {
return ret;
}
return ret;
}
}

View file

@ -73,4 +73,4 @@ private:
typedef std::shared_ptr<srt_conn> SRT_CONN_PTR;
#endif //SRT_CONN_H
#endif //SRT_CONN_H

View file

@ -53,4 +53,4 @@ private:
typedef std::shared_ptr<SRT_DATA_MSG> SRT_DATA_MSG_PTR;
#endif
#endif

View file

@ -398,4 +398,4 @@ void srt_handle::handle_srt_socket(SRT_SOCKSTATUS status, SRTSOCKET conn_fd)
assert(0);
}
return;
}
}

View file

@ -84,4 +84,4 @@ private:
long long _last_check_alive_ts;
};
#endif //SRT_HANDLE_H
#endif //SRT_HANDLE_H

View file

@ -79,4 +79,4 @@ public:
virtual void stop();
};
#endif//SRT_SERVER_H
#endif//SRT_SERVER_H

View file

@ -716,4 +716,4 @@ bool rtmp_packet_queue::get_rtmp_data(rtmp_packet_info_s& packet_info) {
_send_map.erase(iter);
return true;
}
}

View file

@ -170,4 +170,4 @@ private:
int64_t _lastcheck_ts;
};
#endif
#endif

View file

@ -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

View file

@ -610,4 +610,4 @@ int ts_demux::pes_parse(unsigned char* p, size_t npos,
}
return pos;
}
}

View file

@ -260,4 +260,4 @@ private:
typedef std::shared_ptr<ts_demux> TS_DEMUX_PTR;
#endif
#endif

View file

@ -75,4 +75,4 @@ int main(int argn, char** argv) {
flen -= TS_MAX;
} while(flen > 0);
return 1;
}
}