Put parentheses around earlier check

This commit is contained in:
twinaphex 2015-12-04 00:26:53 +01:00
parent b6be555809
commit d8b9be9349
1 changed files with 1 additions and 1 deletions

View File

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