diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-04-08 14:08:05 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-04-09 21:25:17 +0200 |
commit | 7c59b5c2a5a19638c6c4411fb96fcd50066905c6 (patch) | |
tree | e350317d39dc5c02fdd2919fa59a8170a42fe791 /libavcodec/vaapi.h | |
parent | ec57b7de745c851ad7afa93cee659688a4ddd600 (diff) | |
download | ffmpeg-7c59b5c2a5a19638c6c4411fb96fcd50066905c6.tar.gz |
lavc doxy: add all installed headers to doxy groups.
Diffstat (limited to 'libavcodec/vaapi.h')
-rw-r--r-- | libavcodec/vaapi.h | 10 |
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 * @{ */ |