mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
swresample: group all the option constants in a section in doxy
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0c58388211
commit
c0d9b026f9
@ -102,6 +102,13 @@
|
|||||||
#define SWR_CH_MAX 32 ///< Maximum number of channels
|
#define SWR_CH_MAX 32 ///< Maximum number of channels
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name Option constants
|
||||||
|
* These constants are used for the @ref avoptions interface for lswr.
|
||||||
|
* @{
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate
|
#define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate
|
||||||
//TODO use int resample ?
|
//TODO use int resample ?
|
||||||
//long term TODO can we enable this dynamically?
|
//long term TODO can we enable this dynamically?
|
||||||
@ -137,6 +144,10 @@ enum SwrFilterType {
|
|||||||
SWR_FILTER_TYPE_KAISER, /**< Kaiser Windowed Sinc */
|
SWR_FILTER_TYPE_KAISER, /**< Kaiser Windowed Sinc */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
typedef struct SwrContext SwrContext;
|
typedef struct SwrContext SwrContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user