This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: Rename V4L2_IN/OUT_CAP_CUSTOM_TIMINGS to V4L2_IN/OUT_CAP_DV_TIMINGS Author: Hans Verkuil <[email protected]> Date: Thu Sep 27 09:17:52 2012 +0200 The _CUSTOM_TIMINGS name is deprecated and will be removed in the future, so replace it with the new _DV_TIMINGS name in the code. Signed-off-by: Hans Verkuil <[email protected]> (cherry picked from commit 21d6fc51cb93e8dcb1f037da28fb56dd7806f4f2) Signed-off-by: Gregor Jasny <[email protected]> utils/v4l2-ctl/v4l2-ctl-io.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=ffecbf8c5ddf3a664bda4e10a67e9ca7586cc384 diff --git a/utils/v4l2-ctl/v4l2-ctl-io.cpp b/utils/v4l2-ctl/v4l2-ctl-io.cpp index 5f4feee..c110959 100644 --- a/utils/v4l2-ctl/v4l2-ctl-io.cpp +++ b/utils/v4l2-ctl/v4l2-ctl-io.cpp @@ -76,7 +76,7 @@ static std::string status2s(__u32 status) static const flag_def input_cap_def[] = { {V4L2_IN_CAP_PRESETS, "DV presets" }, - {V4L2_IN_CAP_CUSTOM_TIMINGS, "DV timings" }, + {V4L2_IN_CAP_DV_TIMINGS, "DV timings" }, {V4L2_IN_CAP_STD, "SD presets" }, { 0, NULL } }; @@ -88,7 +88,7 @@ static std::string input_cap2s(__u32 capabilities) static const flag_def output_cap_def[] = { {V4L2_OUT_CAP_PRESETS, "DV presets" }, - {V4L2_OUT_CAP_CUSTOM_TIMINGS, "DV timings" }, + {V4L2_OUT_CAP_DV_TIMINGS, "DV timings" }, {V4L2_OUT_CAP_STD, "SD presets" }, { 0, NULL } }; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
