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/vdpau.h | |
parent | ec57b7de745c851ad7afa93cee659688a4ddd600 (diff) | |
download | ffmpeg-7c59b5c2a5a19638c6c4411fb96fcd50066905c6.tar.gz |
lavc doxy: add all installed headers to doxy groups.
Diffstat (limited to 'libavcodec/vdpau.h')
-rw-r--r-- | libavcodec/vdpau.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 6f1386067b..241ff19051 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -25,7 +25,15 @@ #define AVCODEC_VDPAU_H /** - * @defgroup Decoder VDPAU Decoder and Renderer + * @file + * @ingroup lavc_codec_hwaccel_vdpau + * Public libavcodec VDPAU header. + */ + + +/** + * @defgroup lavc_codec_hwaccel_vdpau VDPAU Decoder and Renderer + * @ingroup lavc_codec_hwaccel * * VDPAU hardware acceleration has two modules * - VDPAU decoding @@ -38,8 +46,6 @@ * and rendering (API calls) are done as part of the VDPAU * presentation (vo_vdpau.c) module. * - * @defgroup VDPAU_Decoding VDPAU Decoding - * @ingroup Decoder * @{ */ |