Update MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
Bond-009 2020-01-06 10:39:01 +01:00 committed by GitHub
parent 09d1f976d9
commit 70210b47a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1345,7 +1345,7 @@ namespace MediaBrowser.MediaEncoding.Probing
}
}
// REVIEW:
// REVIEW: find out why the byte array needs to be 197 bytes long and comment the reason
private TransportStreamTimestamp GetMpegTimestamp(string path)
{
var packetBuffer = new byte[197];