1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-23 15:40:35 +00:00

video_frame_filter - indenting nits

This commit is contained in:
twinaphex 2015-02-10 20:07:18 +01:00
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;
}
/**