Fix minor style-deviation in mac-avcapture
This commit is contained in:
parent
1c46fd27bc
commit
f20136b96e
@ -376,7 +376,8 @@ static void *av_capture_create(obs_data_t settings, obs_source_t source)
|
||||
return capture;
|
||||
}
|
||||
|
||||
static NSArray *presets() {
|
||||
static NSArray *presets(void)
|
||||
{
|
||||
return @[
|
||||
//AVCaptureSessionPresetPhoto,
|
||||
//AVCaptureSessionPresetLow,
|
||||
|
Loading…
x
Reference in New Issue
Block a user