From d6fb4acd385513e345b70ff5456b5dfe145fd4c0 Mon Sep 17 00:00:00 2001 From: Adam Plaice Date: Wed, 29 Jul 2020 14:53:21 +0200 Subject: [PATCH] Re-add previously supported file extensions for media (They had been removed in 2ae342592cfb863e6b1aad6a6233ea799d083042). --- CONTRIBUTORS | 2 ++ qt/aqt/editor.py | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5f65a3832..b12f52cd5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -45,6 +45,8 @@ Andreas Reis Matt Krump Alexander Presnyakov abdo +aplaice + ******************** The text of the 3 clause BSD license follows: diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index e6467e6e1..816e0be71 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -58,6 +58,11 @@ audio = ( "spx", "oga", "webm", + "mpg", + "ogx", + "avi", + "flv", + "ogv", ) _html = """