summaryrefslogtreecommitdiffstats
path: root/dom/media/MediaDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dom/media/MediaDecoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/media/MediaDecoder.h b/dom/media/MediaDecoder.h
index a5494e9a84..033e751533 100644
--- a/dom/media/MediaDecoder.h
+++ b/dom/media/MediaDecoder.h
@@ -452,6 +452,8 @@ class MediaDecoder : public DecoderDoctorLifeLogger<MediaDecoder> {
void GetDebugInfo(dom::MediaDecoderDebugInfo& aInfo);
+ virtual bool IsHLSDecoder() const { return false; }
+
protected:
virtual ~MediaDecoder();