Ignore:
Timestamp:
02/04/12 00:28:35 (4 months ago)
Author:
shiretu
Message:

-- properly branded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/src/protocols/rtmp/basertmpappprotocolhandler.cpp

    r722 r735  
    972972        //1. Read stream index and offset in millisecond 
    973973        uint32_t streamId = VH_SI(request); 
    974         double timeOffset = 0.0; 
    975         if ((VariantType) M_INVOKE_PARAM(request, 1) == V_DOUBLE) 
    976                 timeOffset = M_INVOKE_PARAM(request, 1); 
    977974 
    978975        //2. Find the corresponding outbound stream 
Note: See TracChangeset for help on using the changeset viewer.