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

Unified Diff: media/base/demuxer_stream.cc

Issue 363813002: Update to Pipeline Metadata and Decoder Stream for Orientation Data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split enum to own file Created 6 years, 5 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
Index: media/base/demuxer_stream.cc
diff --git a/media/base/demuxer_stream.cc b/media/base/demuxer_stream.cc
index daede6553d1667266aff4ffca41a896f9873691f..bdc26984b89a9bb04847ff52cc9a6bdc8eccde91 100644
--- a/media/base/demuxer_stream.cc
+++ b/media/base/demuxer_stream.cc
@@ -8,4 +8,8 @@ namespace media {
DemuxerStream::~DemuxerStream() {}
+void DemuxerStream::set_video_rotation(VideoRotation video_rotation) {
+ video_rotation_ = video_rotation;
+}
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698