Changeset 993
- Timestamp:
- 12/15/99 17:16:42 (14 years ago)
- Files:
-
- 1 modified
-
vic/trunk/rtp/pktbuf-rtp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/trunk/rtp/pktbuf-rtp.cpp
r961 r993 98 98 ++seqno_[layer]; 99 99 rh->rh_ts = htonl(ts); 100 rh->rh_ssrc = srcid_; 100 //rh->rh_ssrc = srcid_; 101 rh->rh_ssrc = SourceManager::instance().localsrc()->srcid(); 101 102 }
