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
1 changed files with 2 additions and 1 deletions

View File

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