mirror of https://git.ffmpeg.org/ffmpeg.git
swresample: document the need to configure the context using AVOptions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
49456a95eb
commit
c4ac48c5a1
|
@ -211,6 +211,10 @@ struct SwrContext *swr_alloc(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize context after user parameters have been set.
|
* Initialize context after user parameters have been set.
|
||||||
|
* @note The context must be configured using the AVOption API.
|
||||||
|
*
|
||||||
|
* @see av_opt_set_int()
|
||||||
|
* @see av_opt_set_dict()
|
||||||
*
|
*
|
||||||
* @param[in,out] s Swr context to initialize
|
* @param[in,out] s Swr context to initialize
|
||||||
* @return AVERROR error code in case of failure.
|
* @return AVERROR error code in case of failure.
|
||||||
|
|
Loading…
Reference in New Issue