Add option to device profileBuilder() to accept client render of ASS
This commit is contained in:
parent
de27ce0432
commit
0ec98cc146
2 changed files with 13 additions and 14 deletions
|
@ -887,6 +887,16 @@ define(['browser'], function (browser) {
|
|||
Method: 'External'
|
||||
});
|
||||
}
|
||||
if (options.enableSsaRender) {
|
||||
profile.SubtitleProfiles.push({
|
||||
Format: 'ass',
|
||||
Method: 'External'
|
||||
});
|
||||
profile.SubtitleProfiles.push({
|
||||
Format: 'ssa',
|
||||
Method: 'External'
|
||||
});
|
||||
}
|
||||
|
||||
profile.ResponseProfiles = [];
|
||||
profile.ResponseProfiles.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue