| 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 d6fba488e72bb71106a81ccbd09f124393e9cabd..6a48f8e0742e76d018f76ad95a534b4f8d8ea045 100644
|
| --- a/webrtc/modules/video_coding/generic_encoder.h
|
| +++ b/webrtc/modules/video_coding/generic_encoder.h
|
| @@ -44,7 +44,6 @@ class VCMEncodedFrameCallback : public EncodedImageCallback {
|
| const RTPFragmentationHeader* fragmentation_header) override;
|
| int32_t SetTransportCallback(VCMPacketizationCallback* transport);
|
| void SetMediaOpt(media_optimization::MediaOptimization* media_opt);
|
| - void SetPayloadType(uint8_t payload_type) { payload_type_ = payload_type; }
|
| void SetInternalSource(bool internal_source) {
|
| internal_source_ = internal_source;
|
| }
|
| @@ -55,7 +54,6 @@ class VCMEncodedFrameCallback : public EncodedImageCallback {
|
| private:
|
| VCMPacketizationCallback* send_callback_;
|
| media_optimization::MediaOptimization* media_opt_;
|
| - uint8_t payload_type_;
|
| bool internal_source_;
|
| VideoRotation rotation_;
|
|
|
|
|