Infer TYPE_SS for .isml.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120119973
This commit is contained in:
parent
5e93c0b6e4
commit
4161dc8d62
@ -802,7 +802,7 @@ public final class Util {
|
||||
return TYPE_OTHER;
|
||||
} else if (fileName.endsWith(".mpd")) {
|
||||
return TYPE_DASH;
|
||||
} else if (fileName.endsWith(".ism")) {
|
||||
} else if (fileName.endsWith(".ism") || fileName.endsWith(".isml")) {
|
||||
return TYPE_SS;
|
||||
} else if (fileName.endsWith(".m3u8")) {
|
||||
return TYPE_HLS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user