Index: media/filters/ffmpeg_demuxer.h |
diff --git a/media/filters/ffmpeg_demuxer.h b/media/filters/ffmpeg_demuxer.h |
index 453367d6b028ede49f366c18982540345a955a57..c04803b372eb9430e8b43fc10ad939723a1d6da9 100644 |
--- a/media/filters/ffmpeg_demuxer.h |
+++ b/media/filters/ffmpeg_demuxer.h |
@@ -155,6 +155,7 @@ class MEDIA_EXPORT FFmpegDemuxer : public Demuxer { |
virtual DemuxerStream* GetStream(DemuxerStream::Type type) OVERRIDE; |
virtual base::TimeDelta GetStartTime() const OVERRIDE; |
virtual base::Time GetTimelineOffset() const OVERRIDE; |
+ virtual Liveness GetLiveness() const OVERRIDE; |
// Calls |need_key_cb_| with the initialization data encountered in the file. |
void FireNeedKey(const std::string& init_data_type, |
@@ -251,6 +252,9 @@ class MEDIA_EXPORT FFmpegDemuxer : public Demuxer { |
// time if the file doesn't have an association to Time. |
base::Time timeline_offset_; |
+ // Liveness of the stream. |
+ Liveness liveness_; |
+ |
// Whether audio has been disabled for this demuxer (in which case this class |
// drops packets destined for AUDIO demuxer streams on the floor). |
bool audio_disabled_; |