mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update NAL usage
This commit is contained in:
parent
94b6bfdfa0
commit
03c57fdb6a
1 changed files with 2 additions and 2 deletions
|
@ -1539,8 +1539,8 @@
|
||||||
attributes.push(createAttribute(Globalize.translate('MediaInfoRefFrames'), stream.RefFrames));
|
attributes.push(createAttribute(Globalize.translate('MediaInfoRefFrames'), stream.RefFrames));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stream.KeyFrames) {
|
if (stream.NalLengthSize) {
|
||||||
//attributes.push(createAttribute(Globalize.translate('MediaInfoKeyFrames'), stream.KeyFrames.join(', ')));
|
attributes.push(createAttribute('NAL', stream.NalLengthSize));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stream.Type != "Video") {
|
if (stream.Type != "Video") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue