This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: media-ctl: support the new standard and flag
Author:  Hans Verkuil <hans.verk...@cisco.com>
Date:    Mon Oct 10 22:50:13 2016 +0200

Support the new SDI standard and the new v4l2_bt_timings flag.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>

 utils/media-ctl/media-ctl.c | 2 ++
 1 file changed, 2 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=7c2664b9a9b411d8b183009146e4f8548ca1d81a
diff --git a/utils/media-ctl/media-ctl.c b/utils/media-ctl/media-ctl.c
index b60d297989a4..50adbe91d17b 100644
--- a/utils/media-ctl/media-ctl.c
+++ b/utils/media-ctl/media-ctl.c
@@ -150,6 +150,7 @@ static const struct flag_name bt_standards[] = {
        { V4L2_DV_BT_STD_DMT, "DMT" },
        { V4L2_DV_BT_STD_CVT, "CVT" },
        { V4L2_DV_BT_STD_GTF, "GTF" },
+       { V4L2_DV_BT_STD_SDI, "SDI" },
 };
 
 static const struct flag_name bt_capabilities[] = {
@@ -165,6 +166,7 @@ static const struct flag_name bt_flags[] = {
        { V4L2_DV_FL_REDUCED_FPS, "reduced-fps" },
        { V4L2_DV_FL_HALF_LINE, "half-line" },
        { V4L2_DV_FL_IS_CE_VIDEO, "CE-video" },
+       { V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE, "first-field-extra-line" },
 };
 
 static void v4l2_subdev_print_dv_timings(const struct v4l2_dv_timings *timings,

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to