Fixed bug #1072498 'VLC: Add webm as supported format'

Fixes: https://launchpad.net/bugs/1072498
This commit is contained in:
Erik Lundin 2012-10-29 00:08:54 +01:00
parent f8a098f57c
commit 48e2ac108d

View File

@ -88,7 +88,8 @@ VIDEO_EXT = [
u'*.dts', u'*.dts',
u'*.xa', u'*.xa',
u'*.iso', u'*.iso',
u'*.vob' u'*.vob',
u'*.webm'
] ]