Skip to content

Commit

Permalink
Removed unneeded macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Apr 12, 2020
1 parent e40061c commit 5f94c37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#define DEFAULT_COLORSPACE V4L2_COLORSPACE_RAW
#endif

#ifndef V4L2_CAP_EXT_PIX_FORMAT
#define V4L2_CAP_EXT_PIX_FORMAT 0x00200000
#endif

#define AKVCAM_HANDLER(cmd, proc, arg_type) \
{cmd, (akvcam_proc_t) proc, sizeof(arg_type)}

Expand Down

0 comments on commit 5f94c37

Please sign in to comment.