Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index bb29af0bebe0775054d5ec41dfe8365bb8084f13..b96974428efaca92e329ec200f084ea509030d67 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -785,6 +785,7 @@ struct RTPHeaderExtension { |
| // http://www.etsi.org/deliver/etsi_ts/126100_126199/126114/12.07.00_60/ |
| // ts_126114v120700p.pdf |
| bool hasVideoRotation; |
| + // This byte actually represents the whole CVO byte: |0 0 0 0 C F R R|. |
|
danilchap
2016/08/25 15:54:17
Another way to fix this bug
is to change rtp_util
magjed_webrtc
2016/08/26 07:56:26
Right. I'm not sure if we should parse the rotatio
pthatcher1
2016/08/29 18:52:59
I think it makes most sense for videoRotation here
magjed_webrtc
2016/08/31 11:06:59
To be clear, this mixup is not something I added i
|
| uint8_t videoRotation; |
| PlayoutDelay playout_delay = {-1, -1}; |