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

Unified Diff: media/base/pipeline_metadata.h

Issue 2622803002: Clean-up: media::PipelineMetadata stores the rotated video size. (Closed)
Patch Set: Addressed comments. Created 3 years, 11 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 | « media/base/pipeline_impl.cc ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_metadata.h
diff --git a/media/base/pipeline_metadata.h b/media/base/pipeline_metadata.h
index 52d037a8a60f3c4c5293eec54bf0fbf5b5700ebe..f0b90dab6c62ad2cb42a95ae612a8d26b75caa86 100644
--- a/media/base/pipeline_metadata.h
+++ b/media/base/pipeline_metadata.h
@@ -30,7 +30,7 @@ struct MEDIA_EXPORT PipelineMetadata {
bool has_video;
AudioDecoderConfig audio_decoder_config;
VideoDecoderConfig video_decoder_config;
- gfx::Size natural_size;
+ gfx::Size natural_size; // Rotated according to |video_rotation|.
VideoRotation video_rotation;
base::Time timeline_offset;
};
« no previous file with comments | « media/base/pipeline_impl.cc ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698