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

Unified Diff: media/renderers/audio_renderer_impl.h

Issue 2858393002: media: Increase the default audio buffer size for encrypted streams (Closed)
Patch Set: Created 3 years, 7 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/renderers/audio_renderer_impl.h
diff --git a/media/renderers/audio_renderer_impl.h b/media/renderers/audio_renderer_impl.h
index 8b8273cb93d574bd6170eca752121b6379bf9e8e..1de87fff9572ac17f5b715de8eb591f52389cce3 100644
--- a/media/renderers/audio_renderer_impl.h
+++ b/media/renderers/audio_renderer_impl.h
@@ -245,6 +245,9 @@ class MEDIA_EXPORT AudioRendererImpl
// given to the |algorithm_| for efficient playback rate changes.
ChannelLayout last_decoded_channel_layout_;
+ // Whether the stream is possibly encrypted.
+ bool encrypted_;
xhwang 2017/05/06 03:52:13 I am not seeing this initialized and/or set anywhe
watk 2017/05/09 17:51:28 Done.
+
// After Initialize() has completed, all variables below must be accessed
// under |lock_|. ------------------------------------------------------------
base::Lock lock_;

Powered by Google App Engine
This is Rietveld 408576698