diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-12-12 19:53:00 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-12-13 23:53:30 +0100 |
commit | c85aad9cb2af459e8306871f76722de440c3ca93 (patch) | |
tree | bdbe5231ce6036aafb38a62dd9264f0f54130683 /libswscale | |
parent | a5a3b398fd9dce38ca50b20f182b17a256d209f2 (diff) | |
download | ffmpeg-c85aad9cb2af459e8306871f76722de440c3ca93.tar.gz |
doxy: Define a group for libswscale documentation
Uniform the style and eliminate a warning on newer doxygen version..
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index e69a69461b..8fe27dfece 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -23,6 +23,7 @@ /** * @file + * @ingroup libsws * @brief * external api for the swscale stuff */ @@ -35,6 +36,9 @@ #include "version.h" /** + * @defgroup libsws Color conversion and scaling + * @{ + * * Return the LIBSWSCALE_VERSION_INT constant. */ unsigned swscale_version(void); @@ -343,4 +347,8 @@ void sws_convertPalette8ToPacked24(const uint8_t *src, uint8_t *dst, int num_pix */ const AVClass *sws_get_class(void); +/** + * @} + */ + #endif /* SWSCALE_SWSCALE_H */ |