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 e96d99578150f7b531445e14cb35f46995070801..77a73bcedf26147e5d0d1ebe42978d177e1904c8 100644 |
--- a/webrtc/modules/video_coding/generic_encoder.h |
+++ b/webrtc/modules/video_coding/generic_encoder.h |
@@ -71,17 +71,13 @@ class VCMEncodedFrameCallback : public EncodedImageCallback { |
const char* encoder_implementation_name); |
private: |
- VCMPacketizationCallback* send_callback_; |
- media_optimization::MediaOptimization* _mediaOpt; |
- uint8_t _payloadType; |
- bool _internalSource; |
- VideoRotation _rotation; |
+ VCMPacketizationCallback* send_callback_; |
+ media_optimization::MediaOptimization* _mediaOpt; |
+ uint8_t _payloadType; |
+ bool _internalSource; |
+ VideoRotation _rotation; |
pbos-webrtc
2016/04/05 13:31:27
Can you git cl format this entire class so that we
sprang_webrtc
2016/04/05 16:00:53
Done, reformatted and cleaned up generic_encoder.(
|
- EncodedImageCallback* post_encode_callback_; |
- |
-#ifdef DEBUG_ENCODER_BIT_STREAM |
- FILE* _bitStreamAfterEncoder; |
-#endif |
+ EncodedImageCallback* post_encode_callback_; |
}; // end of VCMEncodeFrameCallback class |
/******************************/ |