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

Unified Diff: media/filters/adaptive_demuxer.h

Issue 7867051: Introduce AudioDecoderConfig to migrate away from GetAVStream(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot files Created 9 years, 3 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/adaptive_demuxer.h
diff --git a/media/filters/adaptive_demuxer.h b/media/filters/adaptive_demuxer.h
index 2a52b11d9452a21238a0ce2b5194566c479134d5..5dd90563fe5089db2be74a21965de8d22a074143 100644
--- a/media/filters/adaptive_demuxer.h
+++ b/media/filters/adaptive_demuxer.h
@@ -70,6 +70,7 @@ class AdaptiveDemuxerStream : public DemuxerStream {
virtual Type type();
virtual void EnableBitstreamConverter();
virtual AVStream* GetAVStream();
+ virtual AudioDecoderConfig* audio_decoder_config();
private:
// Returns a pointer to the current stream.

Powered by Google App Engine
This is Rietveld 408576698