aboutsummaryrefslogtreecommitdiffstats
path: root/utils/v4l2-ctl/vivi-tpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/v4l2-ctl/vivi-tpg.h')
-rw-r--r--utils/v4l2-ctl/vivi-tpg.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/v4l2-ctl/vivi-tpg.h b/utils/v4l2-ctl/vivi-tpg.h
index 20e004f8..b90b6567 100644
--- a/utils/v4l2-ctl/vivi-tpg.h
+++ b/utils/v4l2-ctl/vivi-tpg.h
@@ -98,11 +98,6 @@ extern const char * const tpg_aspect_strings[];
#define TPG_MAX_PLANES 2
#define TPG_MAX_PAT_LINES 8
-#define V4L2_FIELD_HAS_T_OR_B(f) \
- ((f) == V4L2_FIELD_BOTTOM || \
- (f) == V4L2_FIELD_TOP || \
- (f) == V4L2_FIELD_ALTERNATE)
-
struct tpg_data {
/* Source frame size */
unsigned src_width, src_height;

Privacy Policy