mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
CID:1300973 fix copy & paste err
This commit is contained in:
parent
81ad7562a3
commit
721c9c9989
@ -48,7 +48,7 @@ void rtmp2rtp_helper_init(rtmp2rtp_helper_t *helper)
|
|||||||
|
|
||||||
void rtp2rtmp_helper_init(rtp2rtmp_helper_t *helper)
|
void rtp2rtmp_helper_init(rtp2rtmp_helper_t *helper)
|
||||||
{
|
{
|
||||||
memset(helper, 0, sizeof(rtmp2rtp_helper_t));
|
memset(helper, 0, sizeof(rtp2rtmp_helper_t));
|
||||||
helper->pps = NULL;
|
helper->pps = NULL;
|
||||||
helper->sps = NULL;
|
helper->sps = NULL;
|
||||||
helper->send = SWITCH_FALSE;
|
helper->send = SWITCH_FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user