summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2017-08-11 00:38:26 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2017-09-27 12:49:34 +0800
commit3bd33daaf3a537da8dbe2c63fb53fd256468c7a7 (patch)
tree1f816ff4be1916074790884a8b6d5204f8eac737
parent64e9587bae9d77b315072c2375d1c238a1503747 (diff)
downloadlibva-3bd33daaf3a537da8dbe2c63fb53fd256468c7a7.tar.gz
Remove the comment about vaGetSurfaceAttributes()
vaGetSurfaceAttributes() was removed years ago, so remove the corresponding comments Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r--va/va.h14
1 files 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_*