Potentially fix avcodec

BIG F to Sunshine
This commit is contained in:
Yukino Song
2025-02-08 16:11:54 +08:00
parent dca9092a2c
commit 50e9b2f740
2 changed files with 10 additions and 3 deletions

View File

@@ -52,11 +52,15 @@ namespace audio {
int channels;
int mask;
bool input_only;
stream_params_t customStreamParams;
std::bitset<MAX_FLAGS> flags;
// Who TF knows what Sunshine did
// putting input_only at the end of flags will always be over written to true
uint64_t __padding;
bool input_only;
};
struct audio_ctx_t {