coreaudio-encoder: Register get_properties

master
Palana 2015-07-02 10:04:11 +02:00
parent 61dd42565c
commit 7766f5a42f
1 changed files with 1 additions and 0 deletions

View File

@ -901,6 +901,7 @@ static struct obs_encoder_info aac_info = {
.get_audio_info = aac_audio_info,
.get_extra_data = aac_extra_data,
.get_defaults = aac_defaults,
.get_properties = aac_properties,
};
OBS_DECLARE_MODULE()