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",