@norskvideo/norsk-api 1.0.402-2026-01-15-5687d367 → 1.0.402-2026-01-16-61d8a916

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.
package/lib/media_pb.d.ts CHANGED
@@ -13491,6 +13491,10 @@ export declare class X264Codec extends Message<X264Codec> {
13491
13491
  * @generated from field: norsk.api.common.OptionalString extra_opts = 27;
13492
13492
  */
13493
13493
  extraOpts?: OptionalString;
13494
+ /**
13495
+ * @generated from field: repeated uint32 cpu_list = 28;
13496
+ */
13497
+ cpuList: number[];
13494
13498
  constructor(data?: PartialMessage<X264Codec>);
13495
13499
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13496
13500
  static readonly typeName = "norsk.api.media.X264Codec";
package/lib/media_pb.js CHANGED
@@ -15348,6 +15348,10 @@ class X264Codec extends protobuf_1.Message {
15348
15348
  * @generated from field: norsk.api.media.X264Codec.X264NalHrd nal_hrd = 18;
15349
15349
  */
15350
15350
  this.nalHrd = X264Codec_X264NalHrd.UNDEFINED;
15351
+ /**
15352
+ * @generated from field: repeated uint32 cpu_list = 28;
15353
+ */
15354
+ this.cpuList = [];
15351
15355
  protobuf_1.proto3.util.initPartial(data, this);
15352
15356
  }
15353
15357
  static fromBinary(bytes, options) {
@@ -15390,6 +15394,7 @@ X264Codec.fields = protobuf_1.proto3.util.newFieldList(() => [
15390
15394
  { no: 25, name: "calculate_ssim", kind: "message", T: common_pb_js_1.OptionalBool },
15391
15395
  { no: 26, name: "lookahead", kind: "message", T: common_pb_js_1.OptionalInt },
15392
15396
  { no: 27, name: "extra_opts", kind: "message", T: common_pb_js_1.OptionalString },
15397
+ { no: 28, name: "cpu_list", kind: "scalar", T: 13 /* ScalarType.UINT32 */, repeated: true },
15393
15398
  ]);
15394
15399
  /**
15395
15400
  * @generated from enum norsk.api.media.X264Codec.X264Profile