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

Unified Diff: media/audio/simple_sources.h

Issue 1453233002: Improve input handling for WaveAudioHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Update FileSource Created 5 years, 1 month 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/audio/simple_sources.h
diff --git a/media/audio/simple_sources.h b/media/audio/simple_sources.h
index dcb04fd84534804913c4b827c51a77569ea46b1e..633b8a03caf75fb44e8096259ae7223b24528a38 100644
--- a/media/audio/simple_sources.h
+++ b/media/audio/simple_sources.h
@@ -62,7 +62,6 @@ class FileSource : public AudioOutputStream::AudioSourceCallback,
private:
AudioParameters params_;
base::FilePath path_to_wav_file_;
- scoped_ptr<uint8[]> wav_file_data_;
scoped_ptr<WavAudioHandler> wav_audio_handler_;
scoped_ptr<AudioConverter> file_audio_converter_;
int wav_file_read_pos_;

Powered by Google App Engine
This is Rietveld 408576698