diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-14 13:03:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-14 13:09:30 +0100 |
commit | 688c3d944de3828e9cf577f809a9a4b78237247c (patch) | |
tree | 5ab214076277df3c7daf11cc3448e3432448c985 /libswscale | |
parent | f5013913da3691121df74c7d57a517c1ca279c53 (diff) | |
parent | c85aad9cb2af459e8306871f76722de440c3ca93 (diff) | |
download | ffmpeg-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')
-rw-r--r-- | libswscale/swscale.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 42702b7aa2..25c8b5e981 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); |