Skip to content

Commit

Permalink
CID:1300973 fix copy & paste err
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1240 committed May 29, 2015
1 parent 81ad756 commit 721c9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/endpoints/mod_rtmp/rtmp_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void rtmp2rtp_helper_init(rtmp2rtp_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->sps = NULL;
helper->send = SWITCH_FALSE;
Expand Down

0 comments on commit 721c9c9

Please sign in to comment.