From 7d51352b2d1b48e9f7721c0470e457aaec8052c8 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Fri, 28 Nov 2014 08:15:59 +0000 Subject: [PATCH] Added divx and xvid as supported files for VLC. Fixes bug 1215302 Fixes: https://launchpad.net/bugs/1215302 --- openlp/core/ui/media/vlcplayer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/media/vlcplayer.py b/openlp/core/ui/media/vlcplayer.py index 04afeb034..7abf2eac2 100644 --- a/openlp/core/ui/media/vlcplayer.py +++ b/openlp/core/ui/media/vlcplayer.py @@ -77,6 +77,7 @@ VIDEO_EXT = [ '*.asf', '*.wmv', '*.au', '*.avi', + '*.divx', '*.flv', '*.mov', '*.mp4', '*.m4v', @@ -95,7 +96,8 @@ VIDEO_EXT = [ '*.xa', '*.iso', '*.vob', - '*.webm' + '*.webm', + '*.xvid' ]