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

Refine code

This commit is contained in:
winlin 2017-03-25 13:07:09 +08:00
parent 2980e7d3ef
commit c648fd27bf
2 changed files with 6 additions and 7 deletions

View file

@ -2810,7 +2810,7 @@ int srs_rtmp_connect_app2(srs_rtmp_t rtmp,
int srs_human_print_rtmp_packet(char type, uint32_t timestamp, char* data, int size)
{
return srs_human_print_rtmp_packet(type, timestamp, data, size);
return srs_human_print_rtmp_packet3(type, timestamp, data, size, 0, 0);
}
int srs_human_print_rtmp_packet2(char type, uint32_t timestamp, char* data, int size, uint32_t pre_timestamp)