coreaudio-encoder: Fix registering non-existing functions
parent
b07b742fd3
commit
13681e9b1c
|
@ -1358,7 +1358,7 @@ bool obs_module_load(void)
|
|||
CA_LOG(LOG_INFO, "Adding CoreAudio AAC encoder");
|
||||
#endif
|
||||
|
||||
struct obs_encoder_info aac_info;
|
||||
struct obs_encoder_info aac_info{};
|
||||
aac_info.id = "CoreAudio_AAC";
|
||||
aac_info.type = OBS_ENCODER_AUDIO;
|
||||
aac_info.codec = "AAC";
|
||||
|
|
Loading…
Reference in New Issue