[Libva] [PATCH 10/42] doc: link modules from the main page.

Xiang, Haihao haihao.xiang at intel.com
Mon May 13 00:51:34 PDT 2013


From: Gwenole Beauchesne <gwenole.beauchesne at intel.com>

---
 va/va.h |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/va/va.h b/va/va.h
index dab2cdf..997ab36 100644
--- a/va/va.h
+++ b/va/va.h
@@ -85,6 +85,23 @@ extern "C" {
 #endif
 
 /**
+ * \mainpage Video Acceleration (VA) API
+ *
+ * \section intro Introduction
+ *
+ * The main motivation for VA-API (Video Acceleration API) is to
+ * enable hardware accelerated video decode and encode at various
+ * entry-points (VLD, IDCT, Motion Compensation etc.) for the
+ * prevailing coding standards today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4
+ * AVC/H.264, VC-1/VMW3, and JPEG).
+ *
+ * VA-API is split into several modules:
+ * - \ref api_core
+ * - \ref api_enc_core
+ * - \ref api_enc_h264
+ */
+
+/**
  * \defgroup api_core Core API
  *
  * @{
-- 
1.7.4.1



More information about the Libva mailing list