diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-01-06 10:39:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 10:39:01 +0100 |
| commit | 70210b47a4dedd3d3905fc4d234c0346f58d064f (patch) | |
| tree | 1d65973e9808c85312d2b27b92e2c841a0542681 /MediaBrowser.MediaEncoding | |
| parent | 09d1f976d994f13dd6e69bae3d371262abb0d56d (diff) | |
Update MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'MediaBrowser.MediaEncoding')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs b/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs index 3067238f7..ff3596a85 100644 --- a/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs +++ b/MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs @@ -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]; |
