mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
fix mpegts extension
This commit is contained in:
parent
e5def31685
commit
7b70af2ba4
@ -163,6 +163,7 @@ export function getExtensionForFormat(format) {
|
||||
matroska: 'mkv',
|
||||
ipod: 'm4a',
|
||||
adts: 'aac',
|
||||
mpegts: 'ts',
|
||||
}[format];
|
||||
|
||||
return ext || format;
|
||||
|
Loading…
Reference in New Issue
Block a user