From 81ad6fa4e6e00fbf5f3e4d2c964e99f88a49148c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 5 Jul 2011 18:54:16 +0000 Subject: Fix small part of #27815: recognize m2ts as video file extension. --- source/blender/imbuf/intern/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c index fe85f63e109..6db8dcc06cf 100644 --- a/source/blender/imbuf/intern/util.c +++ b/source/blender/imbuf/intern/util.c @@ -113,6 +113,7 @@ const char *imb_ext_movie[] = { ".m4v", ".m2v", ".m2t", + ".m2ts", ".mts", ".mv", ".avs", -- cgit v1.2.3