From: Seven Du Date: Fri, 29 May 2015 04:14:06 +0000 (+0800) Subject: CID:1300973 fix copy & paste err X-Git-Tag: v1.6.2~607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721c9c9989f56ff08bfd8dc683eeb2026d72978e;p=thirdparty%2Ffreeswitch.git CID:1300973 fix copy & paste err --- diff --git a/src/mod/endpoints/mod_rtmp/rtmp_video.c b/src/mod/endpoints/mod_rtmp/rtmp_video.c index d351640a6a..13b57eee05 100644 --- a/src/mod/endpoints/mod_rtmp/rtmp_video.c +++ b/src/mod/endpoints/mod_rtmp/rtmp_video.c @@ -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;