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

Unified Diff: media/filters/audio_renderer_impl.cc

Issue 415273002: Fix various uninitialized member variables in media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/renderer/media/webmediaplayer_impl.cc ('k') | media/filters/decoder_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_impl.cc
diff --git a/media/filters/audio_renderer_impl.cc b/media/filters/audio_renderer_impl.cc
index cfdf016ec0088df2ae9e62c8fe6752e799838f39..800bbe659f047008eb3a410d66fe6d3d745defea 100644
--- a/media/filters/audio_renderer_impl.cc
+++ b/media/filters/audio_renderer_impl.cc
@@ -47,6 +47,7 @@ AudioRendererImpl::AudioRendererImpl(
const SetDecryptorReadyCB& set_decryptor_ready_cb,
AudioHardwareConfig* hardware_config)
: task_runner_(task_runner),
+ expecting_config_changes_(false),
sink_(sink),
audio_buffer_stream_(new AudioBufferStream(task_runner,
decoders.Pass(),
« no previous file with comments | « content/renderer/media/webmediaplayer_impl.cc ('k') | media/filters/decoder_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698