- Timestamp:
- 09/02/10 22:32:44 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/thelib/src/protocols/rtp/streaming/outnetrtpudph264stream.cpp
r113 r118 33 33 StreamsManager *pStreamsManager, string name) 34 34 : BaseOutNetRTPUDPStream(pProtocol, pStreamsManager, name) { 35 _videoCounter = rand();36 35 memset(&_videoData, 0, sizeof (_videoData)); 37 36 _videoData.msg_iov = new iovec[2]; … … 46 45 _PPSLen = 0; 47 46 48 _audioCounter = rand();49 47 memset(&_audioData, 0, sizeof (_audioData)); 50 48 _audioData.msg_iov = new iovec[3];
Note: See TracChangeset
for help on using the changeset viewer.
