gemercheung 3 년 전
부모
커밋
f0f04f9533
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/h264Decoder/VDecoder.js

+ 4 - 4
src/h264Decoder/VDecoder.js

@@ -48,10 +48,10 @@ export class VDecoder extends EventEmitter {
       switch (message.type) {
         case "pictureReady":
           //   onPictureReady(message);
-          console.log(
-            "[VDecoder]::decodeData",
-            Object.assign(message, { clipId: this.decodingId })
-          );
+          // console.log(
+          //   "[VDecoder]::decodeData",
+          //   Object.assign(message, { clipId: this.decodingId })
+          // );
           const { renderStateId } = e.data;
           this.emit(
             "decodeData",