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

Unified Diff: media/filters/chunk_demuxer.cc

Issue 125543002: Add plumbing and support for crossfading StreamParserBuffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: There and back again. Created 6 years, 11 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/filters/chunk_demuxer.cc
diff --git a/media/filters/chunk_demuxer.cc b/media/filters/chunk_demuxer.cc
index f5102b988dedbefa39db8188f4acaa63ba0f468c..2dd555ec6164afdbf019f79d17abc98d716ae1e0 100644
--- a/media/filters/chunk_demuxer.cc
+++ b/media/filters/chunk_demuxer.cc
@@ -322,12 +322,6 @@ class ChunkDemuxerStream : public DemuxerStream {
void CompletePendingReadIfPossible_Locked();
- // Gets the value to pass to the next Read() callback. Returns true if
- // |status| and |buffer| should be passed to the callback. False indicates
- // that |status| and |buffer| were not set and more data is needed.
- bool GetNextBuffer_Locked(DemuxerStream::Status* status,
- scoped_refptr<StreamParserBuffer>* buffer);
-
// Specifies the type of the stream.
Type type_;

Powered by Google App Engine
This is Rietveld 408576698