diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-11-20 20:38:24 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-11-22 17:16:02 +0100 |
commit | 757cd8d876b18c07e00b53fd4e5c01bedc106d2e (patch) | |
tree | eab216085c5b151ac19d37f0f57df76f9d60031d /libavutil/imgutils.h | |
parent | 384bdaceeb9c82d5b64a6f73e5273298b38028e9 (diff) | |
download | ffmpeg-757cd8d876b18c07e00b53fd4e5c01bedc106d2e.tar.gz |
doxy: provide a start page and document libavutil
Introduce a basic layout, the subpages are currently left empty.
Split libavutil in multiple groups as example of the structure
Diffstat (limited to 'libavutil/imgutils.h')
-rw-r--r-- | libavutil/imgutils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index 6017a70f71..3815a49ae4 100644 --- a/libavutil/imgutils.h +++ b/libavutil/imgutils.h @@ -22,6 +22,9 @@ /** * @file * misc image utilities + * + * @addtogroup lavu_picture + * @{ */ #include "avutil.h" @@ -127,4 +130,9 @@ int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *lo int ff_set_systematic_pal2(uint32_t pal[256], enum PixelFormat pix_fmt); +/** + * @} + */ + + #endif /* AVUTIL_IMGUTILS_H */ |