From c701d17f12aca3dda6f2bba135fdd9607bbd0a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 7 Apr 2019 22:08:37 +0100 Subject: [PATCH] video-anc: fix g-i complaints video-anc.h:100: Error: GstVideo: identifier not found on the first line: * Active Format Description (AFD) support ^ video-anc.h:207: Error: GstVideo: identifier not found on the first line: * Bar data support ^ video-anc.h:228: Warning: GstVideo: "@top_bar_flag" parameter unexpected at this location: * @top_bar_flag : flag indicating presence of top bar field ^ --- gst-libs/gst/video/video-anc.h | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/gst-libs/gst/video/video-anc.h b/gst-libs/gst/video/video-anc.h index 8e7e3a540c..c435727d07 100644 --- a/gst-libs/gst/video/video-anc.h +++ b/gst-libs/gst/video/video-anc.h @@ -96,8 +96,7 @@ typedef enum { GST_VIDEO_ANCILLARY_DID16_S334_EIA_608 = 0x6102, } GstVideoAncillaryDID16; -/** - * Active Format Description (AFD) support +/* Active Format Description (AFD) support * * A/53 ATSC Digital Television Standard * @@ -203,13 +202,10 @@ GST_VIDEO_API -/** - * Bar data support - * +/* Bar data support * * A/53 ATSC Digital Television Standard * - * * Bar data should be included in video user data * whenever the rectangular picture area containing useful information * does not extend to the full height or width of the coded frame @@ -224,11 +220,10 @@ GST_VIDEO_API /** * GstVideoBarData - * - * @top_bar_flag : flag indicating presence of top bar field - * @bottom_bar_flag : flag indicating presence of bottom bar field - * @left_bar_flag : flag indicating presence of left bar field - * @right_bar_flag : flag indicating presence of right bar field + * @top_bar_flag: flag indicating presence of top bar field + * @bottom_bar_flag: flag indicating presence of bottom bar field + * @left_bar_flag: flag indicating presence of left bar field + * @right_bar_flag: flag indicating presence of right bar field * @top_bar: last line of a horizontal letterbox bar area at top of * reconstructed frame * @bottom_bar: first line of a horizontal letterbox bar area at