Index: webrtc/modules/video_coding/include/video_codec_interface.h |
diff --git a/webrtc/modules/video_coding/include/video_codec_interface.h b/webrtc/modules/video_coding/include/video_codec_interface.h |
index 787e64164e646a7d4288b8c1f5a5238e03c182bd..19303c0d6783ed47cdd07a7f7461ca059bc59e69 100644 |
--- a/webrtc/modules/video_coding/include/video_codec_interface.h |
+++ b/webrtc/modules/video_coding/include/video_codec_interface.h |
@@ -21,10 +21,9 @@ |
#include "webrtc/video_encoder.h" |
#include "webrtc/video_frame.h" |
-namespace webrtc |
-{ |
+namespace webrtc { |
-class RTPFragmentationHeader; // forward declaration |
+class RTPFragmentationHeader; // forward declaration |
// Note: if any pointers are added to this struct, it must be fitted |
// with a copy-constructor. See below. |
@@ -90,12 +89,11 @@ union CodecSpecificInfoUnion { |
// Note: if any pointers are added to this struct or its sub-structs, it |
// must be fitted with a copy-constructor. This is because it is copied |
// in the copy-constructor of VCMEncodedFrame. |
-struct CodecSpecificInfo |
-{ |
- VideoCodecType codecType; |
- CodecSpecificInfoUnion codecSpecific; |
+struct CodecSpecificInfo { |
+ VideoCodecType codecType; |
+ CodecSpecificInfoUnion codecSpecific; |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODEC_INTERFACE_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_VIDEO_CODEC_INTERFACE_H_ |