Index: webrtc/modules/video_coding/generic_encoder.h |
diff --git a/webrtc/modules/video_coding/generic_encoder.h b/webrtc/modules/video_coding/generic_encoder.h |
index 0d8ad50b5f9613cbeafd0557acd8db72d779bc7e..5346b638c39488cf8e04130e9a3d21616b0e13d3 100644 |
--- a/webrtc/modules/video_coding/generic_encoder.h |
+++ b/webrtc/modules/video_coding/generic_encoder.h |
@@ -62,9 +62,11 @@ public: |
void SetInternalSource(bool internalSource) { _internalSource = internalSource; }; |
void SetRotation(VideoRotation rotation) { _rotation = rotation; } |
+ void SignalLastEncoderImplementationUsed( |
+ const char* encoder_implementation_name); |
private: |
- VCMPacketizationCallback* _sendCallback; |
+ VCMPacketizationCallback* send_callback_; |
media_optimization::MediaOptimization* _mediaOpt; |
uint8_t _payloadType; |
bool _internalSource; |