summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTP.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTP.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTP.cpp b/TAO/orbsvcs/orbsvcs/AV/RTP.cpp
index 5734f0c210b..c4b25c47edc 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTP.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/RTP.cpp
@@ -143,11 +143,10 @@ TAO_AV_RTP_Object::send_frame (ACE_Message_Block *frame,
}
else
{
- ACE_Time_Value ts = ACE_OS::gettimeofday();
result = TAO_AV_RTP::write_header (header,
0,
this->sequence_num_,
- (ACE_UINT32)ts.msec(),
+ 0,
0,
0);
}