From 3bd33daaf3a537da8dbe2c63fb53fd256468c7a7 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Fri, 11 Aug 2017 00:38:26 +0800 Subject: Remove the comment about vaGetSurfaceAttributes() vaGetSurfaceAttributes() was removed years ago, so remove the corresponding comments Signed-off-by: Xiang, Haihao --- va/va.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/va/va.h b/va/va.h index 7cc2a06..8d7e3c8 100644 --- a/va/va.h +++ b/va/va.h @@ -1038,11 +1038,10 @@ typedef struct _VASurfaceAttribExternalBuffers { /** * \brief Queries surface attributes for the supplied config. * - * Unlike vaGetSurfaceAttributes(), this function queries for all - * supported attributes for the supplied VA @config. In particular, if - * the underlying hardware supports the creation of VA surfaces in - * various formats, then this function will enumerate all pixel - * formats that are supported. + * This function queries for all supported attributes for the + * supplied VA @config. In particular, if the underlying hardware + * supports the creation of VA surfaces in various formats, then + * this function will enumerate all pixel formats that are supported. * * The \c attrib_list array is allocated by the user and \c * num_attribs shall be initialized to the number of allocated @@ -1075,9 +1074,8 @@ vaQuerySurfaceAttributes( * \brief Creates an array of surfaces * * Creates an array of surfaces. The optional list of attributes shall - * be constructed and validated through vaGetSurfaceAttributes() or - * constructed based based on what the underlying hardware could - * expose through vaQuerySurfaceAttributes(). + * be constructed based on what the underlying hardware could expose + * through vaQuerySurfaceAttributes(). * * @param[in] dpy the VA display * @param[in] format the desired surface format. See \c VA_RT_FORMAT_* -- cgit v1.2.1