mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add authors
This commit is contained in:
parent
0abee6bdfb
commit
790294f437
2 changed files with 3 additions and 1 deletions
|
@ -77,6 +77,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define RTMP_SIG_SRS_EMAIL "winterserver@126.com"
|
||||
#define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)"
|
||||
#define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin"
|
||||
#define RTMP_SIG_SRS_AUTHORS "winlin"
|
||||
|
||||
// compare
|
||||
#define srs_min(a, b) (((a) < (b))? (a) : (b))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue