hardware/intel/common/libva
修订版 | 3bd33daaf3a537da8dbe2c63fb53fd256468c7a7 (tree) |
---|---|
时间 | 2017-09-27 13:49:34 |
作者 | Xiang, Haihao <haihao.xiang@inte...> |
Commiter | Xiang, Haihao |
Remove the comment about vaGetSurfaceAttributes()
vaGetSurfaceAttributes() was removed years ago, so remove the
corresponding comments
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
@@ -1038,11 +1038,10 @@ typedef struct _VASurfaceAttribExternalBuffers { | ||
1038 | 1038 | /** |
1039 | 1039 | * \brief Queries surface attributes for the supplied config. |
1040 | 1040 | * |
1041 | - * Unlike vaGetSurfaceAttributes(), this function queries for all | |
1042 | - * supported attributes for the supplied VA @config. In particular, if | |
1043 | - * the underlying hardware supports the creation of VA surfaces in | |
1044 | - * various formats, then this function will enumerate all pixel | |
1045 | - * formats that are supported. | |
1041 | + * This function queries for all supported attributes for the | |
1042 | + * supplied VA @config. In particular, if the underlying hardware | |
1043 | + * supports the creation of VA surfaces in various formats, then | |
1044 | + * this function will enumerate all pixel formats that are supported. | |
1046 | 1045 | * |
1047 | 1046 | * The \c attrib_list array is allocated by the user and \c |
1048 | 1047 | * num_attribs shall be initialized to the number of allocated |
@@ -1075,9 +1074,8 @@ vaQuerySurfaceAttributes( | ||
1075 | 1074 | * \brief Creates an array of surfaces |
1076 | 1075 | * |
1077 | 1076 | * Creates an array of surfaces. The optional list of attributes shall |
1078 | - * be constructed and validated through vaGetSurfaceAttributes() or | |
1079 | - * constructed based based on what the underlying hardware could | |
1080 | - * expose through vaQuerySurfaceAttributes(). | |
1077 | + * be constructed based on what the underlying hardware could expose | |
1078 | + * through vaQuerySurfaceAttributes(). | |
1081 | 1079 | * |
1082 | 1080 | * @param[in] dpy the VA display |
1083 | 1081 | * @param[in] format the desired surface format. See \c VA_RT_FORMAT_* |