| Index: webrtc/modules/video_coding/protection_bitrate_calculator.h
|
| diff --git a/webrtc/modules/video_coding/protection_bitrate_calculator.h b/webrtc/modules/video_coding/protection_bitrate_calculator.h
|
| index cdbab102d4937fa69e6826c139d1a9cb428387fe..01edc6c60762d4f44be9f6e0cedce8ca9ae22464 100644
|
| --- a/webrtc/modules/video_coding/protection_bitrate_calculator.h
|
| +++ b/webrtc/modules/video_coding/protection_bitrate_calculator.h
|
| @@ -59,7 +59,6 @@ class ProtectionBitrateCalculator {
|
| int actual_framerate,
|
| uint8_t fraction_lost,
|
| int64_t round_trip_time_ms);
|
| -
|
| // Informs of encoded output.
|
| void UpdateWithEncodedData(const EncodedImage& encoded_image);
|
|
|
|
|