← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/bug-1081090 into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bug-1081090 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/bug-1081090/+merge/135157

Added .m4v to list of VLC video formats.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/bug-1081090/+merge/135157
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bug-1081090 into lp:openlp.
=== modified file 'openlp/core/ui/media/vlcplayer.py'
--- openlp/core/ui/media/vlcplayer.py	2012-11-11 21:16:14 +0000
+++ openlp/core/ui/media/vlcplayer.py	2012-11-20 13:52:29 +0000
@@ -73,7 +73,7 @@
     u'*.avi',
     u'*.flv',
     u'*.mov',
-    u'*.mp4',
+    u'*.mp4', u'*.m4v',
     u'*.ogm', u'*.ogv',
     u'*.mkv', u'*.mka',
     u'*.ts', u'*.mpg',


Follow ups