mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add comment
This commit is contained in:
parent
99d7138a08
commit
603472cfb6
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ define(['browser'], function (browser) {
|
||||||
case 'avi':
|
case 'avi':
|
||||||
supported = browser.tizen || browser.orsay || browser.web0s || browser.edgeUwp;
|
supported = browser.tizen || browser.orsay || browser.web0s || browser.edgeUwp;
|
||||||
// New Samsung TV don't support XviD/DivX
|
// New Samsung TV don't support XviD/DivX
|
||||||
|
// Explicitly add supported codecs to make other codecs be transcoded
|
||||||
if (browser.tizen) {
|
if (browser.tizen) {
|
||||||
videoCodecs.push('h264');
|
videoCodecs.push('h264');
|
||||||
if (canPlayH265(videoTestElement, options)) {
|
if (canPlayH265(videoTestElement, options)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue