build(deps): bump third-party/moonlight-common-c from 6250fa2 to b187204 (#4751)

* build(deps): bump third-party/moonlight-common-c

Bumps [third-party/moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) from `6250fa2` to `b187204`.
- [Commits](6250fa29ee...b187204769)

---
updated-dependencies:
- dependency-name: third-party/moonlight-common-c
  dependency-version: b187204769974b9af9d2a3c3bca83ad40e4f1ac9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add DATA_SHARDS_MAX definition

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
dependabot[bot]
2026-02-20 23:15:32 -05:00
committed by GitHub
parent 4913b673dc
commit 00a52bb933
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
// standard includes
#include <stdint.h>
#define DATA_SHARDS_MAX 255
typedef struct _reed_solomon reed_solomon;
typedef reed_solomon *(*reed_solomon_new_t)(int data_shards, int parity_shards);