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

Unified Diff: media/base/android/demuxer_stream_player_params.h

Issue 1128383003: Implementation of MediaCodecPlayer stage 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AccessUnitQueue::GetInfo() returns result by value Created 5 years, 6 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/android/demuxer_stream_player_params.h
diff --git a/media/base/android/demuxer_stream_player_params.h b/media/base/android/demuxer_stream_player_params.h
index cb8ae90e8e8c274607ba7d1d0163da6227b9a03d..0a7dafa1f0ea85e909472d6ae33f29cdec3c6dc0 100644
--- a/media/base/android/demuxer_stream_player_params.h
+++ b/media/base/android/demuxer_stream_player_params.h
@@ -67,4 +67,8 @@ struct MEDIA_EXPORT DemuxerData {
}; // namespace media
+// For logging
+MEDIA_EXPORT
+std::ostream& operator<<(std::ostream& os, const media::AccessUnit& au);
+
#endif // MEDIA_BASE_ANDROID_DEMUXER_STREAM_PLAYER_PARAMS_H_

Powered by Google App Engine
This is Rietveld 408576698