summaryrefslogtreecommitdiffstats
path: root/dom/media/webm
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-10-17 22:40:32 -0500
committertrav90 <travawine@palemoon.org>2018-10-17 22:40:32 -0500
commit4b5e2295672e2858d0e09a458f049772930db825 (patch)
treeef46f34ba0102ad73c9afd12dc9d58089c2d2823 /dom/media/webm
parentdf9477dfa60ebb5d31bc142e58ce46535c17abce (diff)
downloadUXP-4b5e2295672e2858d0e09a458f049772930db825.tar
UXP-4b5e2295672e2858d0e09a458f049772930db825.tar.gz
UXP-4b5e2295672e2858d0e09a458f049772930db825.tar.lz
UXP-4b5e2295672e2858d0e09a458f049772930db825.tar.xz
UXP-4b5e2295672e2858d0e09a458f049772930db825.zip
Fix typo (build bustage)
Diffstat (limited to 'dom/media/webm')
-rw-r--r--dom/media/webm/WebMDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/webm/WebMDecoder.cpp b/dom/media/webm/WebMDecoder.cpp
index d721a8ccc..32feda6c0 100644
--- a/dom/media/webm/WebMDecoder.cpp
+++ b/dom/media/webm/WebMDecoder.cpp
@@ -69,7 +69,7 @@ WebMDecoder::CanHandleMediaType(const nsACString& aMIMETypeExcludingCodecs,
continue;
}
#ifdef MOZ_AV1
- if (isVideo && AOMDecoder::IsSupportedCodec(codec)) {
+ if (isWebMVideo && AOMDecoder::IsSupportedCodec(codec)) {
continue;
}
#endif