Commit c85aad9c authored by Luca Barbato's avatar Luca Barbato

doxy: Define a group for libswscale documentation

Uniform the style and eliminate a warning on newer doxygen version..
parent a5a3b398
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
* @li @ref lavd "libavdevice" special devices muxing/demuxing library * @li @ref lavd "libavdevice" special devices muxing/demuxing library
* @li @ref lavu "libavutil" common utility library * @li @ref lavu "libavutil" common utility library
* @li @ref lavr "libavresample" audio resampling, format conversion and mixing * @li @ref lavr "libavresample" audio resampling, format conversion and mixing
* @li @subpage libswscale color conversion and scaling library * @li @ref libsws "libswscale" color conversion and scaling library
* *
* @section libav_versioning Versioning and compatibility * @section libav_versioning Versioning and compatibility
* *
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
/** /**
* @file * @file
* @ingroup libsws
* @brief * @brief
* external api for the swscale stuff * external api for the swscale stuff
*/ */
...@@ -35,6 +36,9 @@ ...@@ -35,6 +36,9 @@
#include "version.h" #include "version.h"
/** /**
* @defgroup libsws Color conversion and scaling
* @{
*
* Return the LIBSWSCALE_VERSION_INT constant. * Return the LIBSWSCALE_VERSION_INT constant.
*/ */
unsigned swscale_version(void); unsigned swscale_version(void);
...@@ -343,4 +347,8 @@ void sws_convertPalette8ToPacked24(const uint8_t *src, uint8_t *dst, int num_pix ...@@ -343,4 +347,8 @@ void sws_convertPalette8ToPacked24(const uint8_t *src, uint8_t *dst, int num_pix
*/ */
const AVClass *sws_get_class(void); const AVClass *sws_get_class(void);
/**
* @}
*/
#endif /* SWSCALE_SWSCALE_H */ #endif /* SWSCALE_SWSCALE_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment