commit | ef14488d030b1b9f5794ee2fad54d1389b060bea | [log] [tgz] |
---|---|---|
author | stefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue May 07 19:16:33 2013 +0000 |
committer | stefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue May 07 19:16:33 2013 +0000 |
tree | 59a28b0b9f03b8442af1fe0c9a307a680ebd0e7a | |
parent | 8f86cc8712809ca22a6c973dfc48c4759c221c1d [diff] [blame] |
Trigger a PLI if the duration of non-decodable frames exceeds a threshold. BUG=1663 R=mikhal@webrtc.org, ronghuawu@chromium.org Review URL: https://webrtc-codereview.appspot.com/1359004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3975 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/video_coding/main/source/receiver.h b/webrtc/modules/video_coding/main/source/receiver.h index b478f49..6bf76f4 100644 --- a/webrtc/modules/video_coding/main/source/receiver.h +++ b/webrtc/modules/video_coding/main/source/receiver.h
@@ -63,7 +63,8 @@ int low_rtt_nack_threshold_ms, int high_rtt_nack_threshold_ms); void SetNackSettings(size_t max_nack_list_size, - int max_packet_age_to_nack); + int max_packet_age_to_nack, + int max_incomplete_time_ms); VCMNackMode NackMode() const; VCMNackStatus NackList(uint16_t* nackList, uint16_t size, uint16_t* nack_list_length);