@mediabunny/mp3-encoder 1.44.1 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -467,7 +467,12 @@ var MediabunnyMp3Encoder = (() => {
467
467
  });
468
468
  }
469
469
  };
470
+ var registered = false;
470
471
  var registerMp3Encoder = () => {
472
+ if (registered) {
473
+ return;
474
+ }
475
+ registered = true;
471
476
  (0, import_mediabunny.registerEncoder)(Mp3Encoder);
472
477
  };
473
478
  function assert(x) {