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

Unified Diff: media/base/audio_decoder.cc

Issue 297553002: Add callback in VideoDecoder and AudioDecoder to return decoded frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/base/audio_decoder.cc
diff --git a/media/base/audio_decoder.cc b/media/base/audio_decoder.cc
index 523fc01f6160828fb1ebea69a551b392c188eec6..5212794d983209eb866ccc8eac84291733c20774 100644
--- a/media/base/audio_decoder.cc
+++ b/media/base/audio_decoder.cc
@@ -12,8 +12,4 @@ AudioDecoder::AudioDecoder() {}
AudioDecoder::~AudioDecoder() {}
-scoped_refptr<AudioBuffer> AudioDecoder::GetDecodeOutput() {
- return NULL;
-}
-
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698