VCM/JB: Using last decoded state for waiting for key
relanding 1323006 BUG= Review URL: https://webrtc-codereview.appspot.com/1354004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3902 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -292,7 +292,6 @@ class VCMJitterBuffer {
|
||||
std::vector<uint16_t> nack_seq_nums_;
|
||||
size_t max_nack_list_size_;
|
||||
int max_packet_age_to_nack_; // Measured in sequence numbers.
|
||||
bool waiting_for_key_frame_;
|
||||
|
||||
bool decode_with_errors_;
|
||||
DISALLOW_COPY_AND_ASSIGN(VCMJitterBuffer);
|
||||
|
||||
Reference in New Issue
Block a user