mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine code
This commit is contained in:
parent
2980e7d3ef
commit
c648fd27bf
2 changed files with 6 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue