diff --git a/src/video.h b/src/video.h index 2b7f5bd..021b869 100644 --- a/src/video.h +++ b/src/video.h @@ -27,8 +27,6 @@ #include -#define ALIGN(x, y) ((x + (y - 1)) & ~(y - 1)) - struct video_format { char *description; unsigned int v4l2_format;