[utils] mimetype2ext: weba is not standard

Fix bug in fbb7383306, 2647c933b8
Closes #5935
This commit is contained in:
pukkandan
2023-01-03 08:05:45 +05:30
parent 1a3cd8ec35
commit d80ca5deaa
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ EXT_TO_OUT_FORMATS = {
'ts': 'mpegts',
'wma': 'asf',
'wmv': 'asf',
'weba': 'webm',
'vtt': 'webvtt',
}
ACODECS = {