From 2105b93a3522fc582a9ea8ded1751c7c70d67d05 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 24 Feb 2022 16:39:54 +0800 Subject: [PATCH] add webm t ocommon formats --- src/components/OutputFormatSelect.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/OutputFormatSelect.jsx b/src/components/OutputFormatSelect.jsx index 9c3c4b4b..986edf49 100644 --- a/src/components/OutputFormatSelect.jsx +++ b/src/components/OutputFormatSelect.jsx @@ -6,7 +6,7 @@ import { Select } from 'evergreen-ui'; import allOutFormats from '../outFormats'; import { withBlur } from '../util'; -const commonFormats = ['mov', 'mp4', 'matroska', 'mp3', 'ipod']; +const commonFormats = ['mov', 'mp4', 'matroska', 'webm', 'mp3', 'ipod']; function renderFormatOptions(map) { return Object.entries(map).map(([f, name]) => (