Commit c4ac48c5 authored by Luca Barbato's avatar Luca Barbato Committed by Michael Niedermayer

swresample: document the need to configure the context using AVOptions

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 49456a95
......@@ -211,6 +211,10 @@ struct SwrContext *swr_alloc(void);
/**
* 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
* @return AVERROR error code in case of failure.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment