TOOLS/autoload.lua: update extensions

* duplicated 'ogv' renamed to 'ogm'
* 'ogg' and 'opus' added as common audio file extensions
This commit is contained in:
Ckat 2017-10-30 00:21:06 +01:00 committed by sfan5
parent 3ac8a7f694
commit e92d1b72a7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ end
EXTENSIONS = Set {
'mkv', 'avi', 'mp4', 'ogv', 'webm', 'rmvb', 'flv', 'wmv', 'mpeg', 'mpg', 'm4v', '3gp',
'mp3', 'wav', 'ogv', 'flac', 'm4a', 'wma',
'mp3', 'wav', 'ogm', 'flac', 'm4a', 'wma', 'ogg', 'opus',
}
mputils = require 'mp.utils'