removed double parsing of received RTP packet

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@307 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent 027de94734
commit 00629bc2dc

@ -225,11 +225,6 @@ int AmRtpStream::receive( unsigned char* buffer, unsigned int size,
}
#endif
if(rp.parse() == -1){
ERROR("while parsing RTP packet.\n");
return RTP_PARSE_ERROR;
}
/* do we have a new talk spurt? */
begin_talk = ((last_payload == 13) || rp.marker);
last_payload = rp.payload;

Loading…
Cancel
Save