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

Unified Diff: media/filters/null_audio_renderer.h

Issue 9395057: Fix muted audio when playback rate != 1.0 or 0.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase ToT Created 8 years, 10 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/filters/audio_renderer_base_unittest.cc ('k') | media/filters/null_audio_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/null_audio_renderer.h
diff --git a/media/filters/null_audio_renderer.h b/media/filters/null_audio_renderer.h
index 45c8af6a634a811b32965545762557e1f2e5801a..03500cab7d935195f18eacb51253221a5b9d9a75 100644
--- a/media/filters/null_audio_renderer.h
+++ b/media/filters/null_audio_renderer.h
@@ -52,6 +52,8 @@ class MEDIA_EXPORT NullAudioRenderer : public AudioRendererBase {
scoped_array<uint8> buffer_;
size_t buffer_size_;
+ size_t bytes_per_frame_;
+
// Separate thread used to throw away data.
base::Thread thread_;
« no previous file with comments | « media/filters/audio_renderer_base_unittest.cc ('k') | media/filters/null_audio_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698