소스 검색

Update MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Bond-009 5 년 전
부모
커밋
70210b47a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs

+ 1 - 1
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];