From 03c57fdb6a816547d90425c9f82c516b0eaaae29 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 18 Apr 2016 13:43:00 -0400 Subject: [PATCH] update NAL usage --- dashboard-ui/scripts/itemdetailpage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 403397350a..c65220fb2f 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -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") {