summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-14 13:03:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-14 13:09:30 +0100
commit688c3d944de3828e9cf577f809a9a4b78237247c (patch)
tree5ab214076277df3c7daf11cc3448e3432448c985 /libswscale/swscale.h
parentf5013913da3691121df74c7d57a517c1ca279c53 (diff)
parentc85aad9cb2af459e8306871f76722de440c3ca93 (diff)
downloadffmpeg-streaming-688c3d944de3828e9cf577f809a9a4b78237247c.zip
ffmpeg-streaming-688c3d944de3828e9cf577f809a9a4b78237247c.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: doxy: Define a group for libswscale documentation Conflicts: libavutil/avutil.h libswscale/swscale.h See: 18d9398143ac63915e85d76447dca5c9670ed58a Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 42702b7..25c8b5e 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -23,15 +23,10 @@
/**
* @file
- * @ingroup lsws
+ * @ingroup libsws
* external API header
*/
-/**
- * @defgroup lsws Libswscale
- * @{
- */
-
#include <stdint.h>
#include "libavutil/avutil.h"
@@ -40,6 +35,9 @@
#include "version.h"
/**
+ * @defgroup libsws Color conversion and scaling
+ * @{
+ *
* Return the LIBSWSCALE_VERSION_INT constant.
*/
unsigned swscale_version(void);
OpenPOWER on IntegriCloud