summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-04-08 14:08:05 +0200
committerAnton Khirnov <anton@khirnov.net>2012-04-09 21:25:17 +0200
commit7c59b5c2a5a19638c6c4411fb96fcd50066905c6 (patch)
treee350317d39dc5c02fdd2919fa59a8170a42fe791 /libavcodec/vaapi.h
parentec57b7de745c851ad7afa93cee659688a4ddd600 (diff)
lavc doxy: add all installed headers to doxy groups.
Diffstat (limited to 'libavcodec/vaapi.h')
-rw-r--r--libavcodec/vaapi.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/libavcodec/vaapi.h b/libavcodec/vaapi.h
index 36fb386acf..39e88259d6 100644
--- a/libavcodec/vaapi.h
+++ b/libavcodec/vaapi.h
@@ -24,11 +24,17 @@
#ifndef AVCODEC_VAAPI_H
#define AVCODEC_VAAPI_H
+/**
+ * @file
+ * @ingroup lavc_codec_hwaccel_vaapi
+ * Public libavcodec VA API header.
+ */
+
#include <stdint.h>
/**
- * @defgroup VAAPI_Decoding VA API Decoding
- * @ingroup Decoder
+ * @defgroup lavc_codec_hwaccel_vaapi VA API Decoding
+ * @ingroup lavc_codec_hwaccel
* @{
*/