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

bzr-revno: 2098
Fixes: https://launchpad.net/bugs/1072498
This commit is contained in:
Erik Lundin 2012-10-29 12:44:55 +01:00 committed by Andreas Preikschat
commit 56d44cc1f5
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'
]