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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user