Potentially fix avcodec
BIG F to Sunshine
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user