Put parentheses around earlier check
This commit is contained in:
parent
b6be555809
commit
d8b9be9349
|
@ -1842,7 +1842,7 @@ void video_driver_frame(const void *data, unsigned width,
|
|||
!video_driver_state.filter.filter
|
||||
|| !settings->video.post_filter_record
|
||||
|| !data
|
||||
|| global && global->record.gpu_buffer
|
||||
|| (global && global->record.gpu_buffer)
|
||||
)
|
||||
)
|
||||
recording_dump_frame(data, width, height, pitch);
|
||||
|
|
Loading…
Reference in New Issue