updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / crtmpserver-svn / commit-00fe53a
blob253cf4c3f2c730daf4a0c4097a46bae67bf63a8e
1 commit 00fe53aad83fafc033adde1cdfe9c1e492331fe3
2 Author: x <x@x.x>
3 Date:   Thu Jun 9 15:15:37 2011 +0200
5     x
7 diff --git a/sources/thelib/src/protocols/rtmp/basertmpappprotocolhandler.cpp b/sources/thelib/src/protocols/rtmp/basertmpappprotocolhandler.cpp
8 index 52272c1..86ce463 100644
9 --- a/sources/thelib/src/protocols/rtmp/basertmpappprotocolhandler.cpp
10 +++ b/sources/thelib/src/protocols/rtmp/basertmpappprotocolhandler.cpp
11 @@ -850,9 +850,9 @@ bool BaseRTMPAppProtocolHandler::ProcessInvokePauseRaw(BaseRTMPProtocol *pFrom,
12                 Variant & request) {
13         //1. Read stream index and offset in millisecond
14         uint32_t streamId = VH_SI(request);
15 -       double timeOffset = 0.0;
16 -       if ((VariantType) M_INVOKE_PARAM(request, 1) == V_DOUBLE)
17 -               timeOffset = M_INVOKE_PARAM(request, 1);
18 +       // double timeOffset = 0.0;
19 +       // if ((VariantType) M_INVOKE_PARAM(request, 1) == V_DOUBLE)
20 +       //      timeOffset = M_INVOKE_PARAM(request, 1);
22         //2. Find the corresponding outbound stream
23         BaseOutNetRTMPStream *pBaseOutNetRTMPStream = NULL;