mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update NAL usage
This commit is contained in:
parent
94b6bfdfa0
commit
03c57fdb6a
@ -1539,8 +1539,8 @@
|
||||
attributes.push(createAttribute(Globalize.translate('MediaInfoRefFrames'), stream.RefFrames));
|
||||
}
|
||||
|
||||
if (stream.KeyFrames) {
|
||||
//attributes.push(createAttribute(Globalize.translate('MediaInfoKeyFrames'), stream.KeyFrames.join(', ')));
|
||||
if (stream.NalLengthSize) {
|
||||
attributes.push(createAttribute('NAL', stream.NalLengthSize));
|
||||
}
|
||||
|
||||
if (stream.Type != "Video") {
|
||||
|
Loading…
Reference in New Issue
Block a user