video_frame_filter - indenting nits
This commit is contained in:
parent
7ed7ee599c
commit
0622b9cf76
|
@ -80,10 +80,10 @@ static void video_frame_filter(const void *data,
|
|||
rarch_recording_dump_frame(g_extern.filter.buffer,
|
||||
owidth, oheight, opitch);
|
||||
|
||||
data = g_extern.filter.buffer;
|
||||
width = owidth;
|
||||
data = g_extern.filter.buffer;
|
||||
width = owidth;
|
||||
height = oheight;
|
||||
pitch = opitch;
|
||||
pitch = opitch;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue