1
0
Fork 0

[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
commit d80ca5deaa
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
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 = {