[utils] mimetype2ext: weba is not standard
Fix bug infbb7383306,2647c933b8Closes #5935
This commit is contained in:
parent
1a3cd8ec35
commit
d80ca5deaa
2 changed files with 2 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ EXT_TO_OUT_FORMATS = {
|
|||
'ts': 'mpegts',
|
||||
'wma': 'asf',
|
||||
'wmv': 'asf',
|
||||
'weba': 'webm',
|
||||
'vtt': 'webvtt',
|
||||
}
|
||||
ACODECS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue