update NAL usage

This commit is contained in:
Luke Pulverenti 2016-04-18 13:43:00 -04:00
parent 94b6bfdfa0
commit 03c57fdb6a

View File

@ -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") {