You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
swresample: document the need to configure the context using AVOptions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
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.
|
||||||
|
Reference in New Issue
Block a user