Browse Source

coreaudio-encoder: Register get_properties

Palana 10 years ago
parent
commit
7766f5a42f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/coreaudio-encoder/encoder.c

+ 1 - 0
plugins/coreaudio-encoder/encoder.c

@@ -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()