diff --git a/core/AmRtpStream.cpp b/core/AmRtpStream.cpp index 96c42d26..aa15e6fc 100644 --- a/core/AmRtpStream.cpp +++ b/core/AmRtpStream.cpp @@ -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;