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/vda.h | |
parent | ec57b7de745c851ad7afa93cee659688a4ddd600 (diff) | |
download | ffmpeg-7c59b5c2a5a19638c6c4411fb96fcd50066905c6.tar.gz |
lavc doxy: add all installed headers to doxy groups.
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r-- | libavcodec/vda.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libavcodec/vda.h b/libavcodec/vda.h index 2cb51c5f53..79fbfe86ac 100644 --- a/libavcodec/vda.h +++ b/libavcodec/vda.h @@ -23,6 +23,12 @@ #ifndef AVCODEC_VDA_H #define AVCODEC_VDA_H +/** + * @file + * @ingroup lavc_codec_hwaccel_vda + * Public libavcodec VDA header. + */ + #include <pthread.h> #include <stdint.h> @@ -35,6 +41,13 @@ #undef Picture /** + * @defgroup lavc_codec_hwaccel_vda VDA + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + +/** * This structure is used to store a decoded frame information and data. */ typedef struct vda_frame { @@ -141,4 +154,8 @@ vda_frame *ff_vda_queue_pop(struct vda_context *vda_ctx); /** Release the given frame. */ void ff_vda_release_vda_frame(vda_frame *frame); +/** + * @} + */ + #endif /* AVCODEC_VDA_H */ |