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

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

Issue 1287423004: MediaCodecPlayer implementation (stage 5 - reconfiguration) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mtplayer-cleanuptest
Patch Set: Fixed AdvanceAccessUnitQueue() Created 5 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 | « media/base/android/access_unit_queue.cc ('k') | media/base/android/demuxer_stream_player_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e5e96f37a69bc782c8c4699c684b5ea9dcc5f77a..33d8976a2caf752ab53c96fae471f85e96da112f 100644
--- a/media/base/android/demuxer_stream_player_params.h
+++ b/media/base/android/demuxer_stream_player_params.h
@@ -69,6 +69,9 @@ struct MEDIA_EXPORT DemuxerData {
// For logging
MEDIA_EXPORT
+std::ostream& operator<<(std::ostream& os, media::DemuxerStream::Type type);
+
+MEDIA_EXPORT
std::ostream& operator<<(std::ostream& os, const media::AccessUnit& au);
MEDIA_EXPORT
« no previous file with comments | « media/base/android/access_unit_queue.cc ('k') | media/base/android/demuxer_stream_player_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698