Browse Source

coreaudio-encoder: Undef 'local' macro

Palana 10 năm trước cách đây
mục cha
commit
15a32530f0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      plugins/coreaudio-encoder/encoder.cpp

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

@@ -646,6 +646,7 @@ static void *aac_create(obs_data_t *settings, obs_encoder_t *encoder)
 			(unsigned long)ca->output_buffer_size);
 
 	return ca.release();
+#undef STATUS_CHECK
 }
 
 static OSStatus complex_input_data_proc(AudioConverterRef inAudioConverter,