Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2013-10-31 01:16:13 +0400
committerAndrea Weikert <elubie@gmx.net>2013-10-31 01:16:13 +0400
commit1a746911d653c7abe6960df4ff5491ebd92e756a (patch)
tree36662e74487be5f0dab75093c3960f6254b89dd3 /source/blender/imbuf/intern/util.c
parentd4cf4efb7791bfb1bff2f39891c6ebd0e2347784 (diff)
Add .webm to the list of extensions recognized as video
(Patch by Philipp Oeser, submitted in [#37199], many thanks)
Diffstat (limited to 'source/blender/imbuf/intern/util.c')
-rw-r--r--source/blender/imbuf/intern/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index ecf6458ac57..89778cdfb50 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -145,6 +145,7 @@ const char *imb_ext_movie[] = {
".divx",
".xvid",
".mxf",
+ ".webm",
NULL
};