Remove excess struct usage for ctx items

This commit is contained in:
Mr-Dave
2022-10-14 22:56:42 -06:00
parent 31a530faa3
commit c3f68fcaa2
48 changed files with 772 additions and 783 deletions

View File

@@ -241,7 +241,7 @@ int vlp_putpipe(int dev, unsigned char *image, int imgsize)
#endif
}
void vlp_init(struct ctx_cam *cam)
void vlp_init(ctx_cam *cam)
{
#if defined(HAVE_V4L2) && !defined(BSD)