Index: webrtc/modules/video_coding/video_coding_impl.h |
diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h |
index 581ab0eda52cc0f8d86b05387fb850ced8bfd0ac..dc766b1ed2dddbb9ef7bc90b7b8a17c11bcca58e 100644 |
--- a/webrtc/modules/video_coding/video_coding_impl.h |
+++ b/webrtc/modules/video_coding/video_coding_impl.h |
@@ -93,7 +93,7 @@ class VideoSender { |
bool VideoSuspended() const; |
int64_t TimeUntilNextProcess(); |
- int32_t Process(); |
+ void Process(); |
private: |
void SetEncoderParameters(EncoderParameters params) |
@@ -172,7 +172,7 @@ class VideoReceiver { |
int32_t SetVideoProtection(VCMVideoProtection videoProtection, bool enable); |
int64_t TimeUntilNextProcess(); |
- int32_t Process(); |
+ void Process(); |
void RegisterPreDecodeImageCallback(EncodedImageCallback* observer); |
void TriggerDecoderShutdown(); |