coreaudio-encoder: Fix registering non-existing functions

master
Palana 2015-08-12 11:10:31 +02:00
parent b07b742fd3
commit 13681e9b1c
1 changed files with 1 additions and 1 deletions

View File

@ -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";