Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: webrtc/common_types.h

Issue 2280703002: Ignore Camera and Flip bits in CVO when parsing video rotation (Closed)
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/include/rtp_cvo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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};
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/include/rtp_cvo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698