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

Unified Diff: media/filters/audio_renderer_base.cc

Issue 149144: Refactor AudioRendererBase to use scoped_refptr<AudioDecoder> (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « media/filters/audio_renderer_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_base.cc
===================================================================
--- media/filters/audio_renderer_base.cc (revision 19739)
+++ media/filters/audio_renderer_base.cc (working copy)
@@ -17,8 +17,7 @@
const size_t AudioRendererBase::kDefaultMaxQueueSize = 16;
AudioRendererBase::AudioRendererBase(size_t max_queue_size)
- : decoder_(NULL),
- max_queue_size_(max_queue_size),
+ : max_queue_size_(max_queue_size),
data_offset_(0),
initialized_(false),
stopped_(false) {
« no previous file with comments | « media/filters/audio_renderer_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698