Ignore:
Timestamp:
08/25/10 19:30:12 (21 months ago)
Author:
shiretu
Message:

-- added another version for handling NAL units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/thelib/include/protocols/ts/innettsstream.h

    r56 r105  
    5555        uint32_t _cursor; 
    5656        StreamCapabilities _streamCapabilities; 
     57        bool _firstNAL; 
    5758public: 
    5859        InNetTSStream(BaseProtocol *pProtocol, StreamsManager *pStreamsManager, 
     
    8384        bool HandleAudioData(uint8_t *pRawBuffer, uint32_t rawBufferLength, 
    8485                        double timestamp, bool packetStart); 
    85         bool HandleVideoData(uint8_t *pRawBuffer, uint32_t rawBufferLength, 
     86        bool HandleVideoData_version1(uint8_t *pRawBuffer, uint32_t rawBufferLength, 
     87                        double timestamp, bool packetStart); 
     88        bool HandleVideoData_version2(uint8_t *pRawBuffer, uint32_t rawBufferLength, 
    8689                        double timestamp, bool packetStart); 
    8790        bool ProcessNal(double timestamp); 
Note: See TracChangeset for help on using the changeset viewer.