commit | dbf6a81cb5a087e929747524822203b919ddf565 | [log] [tgz] |
---|---|---|
author | mikhal@webrtc.org <mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Aug 21 20:40:47 2013 |
committer | mikhal@webrtc.org <mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Aug 21 20:40:47 2013 |
tree | 46bd1e407a7154474373112f1a701930f7f9a04c | |
parent | 60bdb07a1603275db4b75229f2e88bcb8afe243c [diff] [blame] |
Follow-up changes to kSelectiveErrors Committing cl for agalusza (cl 1992004) TEST = trybots R=marpan@google.com Review URL: https://webrtc-codereview.appspot.com/2085004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4587 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/video_coding/main/source/session_info.cc b/webrtc/modules/video_coding/main/source/session_info.cc index 3e460bf..a0b985c 100644 --- a/webrtc/modules/video_coding/main/source/session_info.cc +++ b/webrtc/modules/video_coding/main/source/session_info.cc
@@ -375,7 +375,7 @@ return return_length; } -void VCMSessionInfo::ClearStateIfIncomplete() { +void VCMSessionInfo::SetNotDecodableIfIncomplete() { // We don't need to check for completeness first because the two are // orthogonal. If complete_ is true, decodable_ is irrelevant. decodable_ = false;