Merge remote-tracking branch 'qatar/master'
* qatar/master:
doxy: Define a group for libswscale documentation
Conflicts:
libavutil/avutil.h
libswscale/swscale.h
See: 18d9398143
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
* @li @ref lavu "libavutil" common utility library
|
* @li @ref lavu "libavutil" common utility library
|
||||||
* @li @ref lswr "libswresample" audio resampling, format conversion and mixing
|
* @li @ref lswr "libswresample" audio resampling, format conversion and mixing
|
||||||
* @li @ref lpp "libpostproc" post processing library
|
* @li @ref lpp "libpostproc" post processing library
|
||||||
* @li @ref lsws "libswscale" color conversion and scaling library
|
* @li @ref libsws "libswscale" color conversion and scaling library
|
||||||
*
|
*
|
||||||
* @section ffmpeg_versioning Versioning and compatibility
|
* @section ffmpeg_versioning Versioning and compatibility
|
||||||
*
|
*
|
||||||
|
@@ -23,15 +23,10 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @ingroup lsws
|
* @ingroup libsws
|
||||||
* external API header
|
* external API header
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup lsws Libswscale
|
|
||||||
* @{
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavutil/avutil.h"
|
#include "libavutil/avutil.h"
|
||||||
@@ -40,6 +35,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);
|
||||||
|
Reference in New Issue
Block a user