Added divx and xvid as supported files for VLC. Fixes bug 1215302

Fixes: https://launchpad.net/bugs/1215302
This commit is contained in:
Tomas Groth 2014-11-28 08:15:59 +00:00
parent 01cbd921e9
commit 7d51352b2d
1 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,7 @@ VIDEO_EXT = [
'*.asf', '*.wmv', '*.asf', '*.wmv',
'*.au', '*.au',
'*.avi', '*.avi',
'*.divx',
'*.flv', '*.flv',
'*.mov', '*.mov',
'*.mp4', '*.m4v', '*.mp4', '*.m4v',
@ -95,7 +96,8 @@ VIDEO_EXT = [
'*.xa', '*.xa',
'*.iso', '*.iso',
'*.vob', '*.vob',
'*.webm' '*.webm',
'*.xvid'
] ]