mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
video_frame_filter - indenting nits
This commit is contained in:
parent
7ed7ee599c
commit
0622b9cf76
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue