Index: webrtc/common_types.h |
diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
index 617db51bee05f6dd64cb0af4e7c5abcefd73ff26..cdc493aafcf297b8b279d1f8f1694c374604427a 100644 |
--- a/webrtc/common_types.h |
+++ b/webrtc/common_types.h |
@@ -18,7 +18,6 @@ |
#include <string> |
#include <vector> |
-#include "webrtc/common_video/rotation.h" |
#include "webrtc/typedefs.h" |
#if defined(_MSC_VER) |
@@ -729,7 +728,7 @@ |
// http://www.etsi.org/deliver/etsi_ts/126100_126199/126114/12.07.00_60/ |
// ts_126114v120700p.pdf |
bool hasVideoRotation; |
- VideoRotation videoRotation; |
+ uint8_t videoRotation; |
PlayoutDelay playout_delay = {-1, -1}; |
}; |