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

add authors

This commit is contained in:
winlin 2013-11-29 23:08:50 +08:00
parent 0abee6bdfb
commit 790294f437
2 changed files with 3 additions and 1 deletions

View file

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