removing redundant calls to cleanframes

Review URL: https://webrtc-codereview.appspot.com/1318004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3844 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mikhal@webrtc.org
2013-04-12 17:09:51 +00:00
parent 9f5ebb5251
commit d6bd7cd2b1
3 changed files with 2 additions and 8 deletions

View File

@ -161,6 +161,7 @@ class VCMJitterBuffer {
// Enable/disable decoding with errors.
void DecodeWithErrors(bool enable) {decode_with_errors_ = enable;}
int64_t LastDecodedTimestamp() const;
bool decode_with_errors() const {return decode_with_errors_;}
private:
class SequenceNumberLessThan {