summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-11 02:13:43 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-11 02:13:43 +0100
commit18d9398143ac63915e85d76447dca5c9670ed58a (patch)
tree1adf49e5169442331745d021667b94f5354ae427 /libswscale/swscale.h
parent5595e7a10221d03333bba6183e75d5bda2643b04 (diff)
doxy: add ref for lavfi, lpp and lsws.
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 5189787d05..ac789412a1 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -23,8 +23,13 @@
/**
* @file
- * @brief
- * external api for the swscale stuff
+ * @ingroup lsws
+ * external API header
+ */
+
+/**
+ * @defgroup lsws Libswscale
+ * @{
*/
#include <stdint.h>
@@ -342,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 */