Commit 240ac53a authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'e2854e73'

* commit 'e2854e73':
  avresample: Document avresample_open() a little better
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents df06cb56 e2854e73
......@@ -167,9 +167,13 @@ AVAudioResampleContext *avresample_alloc_context(void);
/**
* Initialize AVAudioResampleContext.
* @note The context must be configured using the AVOption API.
* @note The fields "in_channel_layout", "out_channel_layout",
* "in_sample_rate", "out_sample_rate", "in_sample_fmt",
* "out_sample_fmt" must be set.
*
* @see av_opt_set_int()
* @see av_opt_set_dict()
* @see av_get_default_channel_layout()
*
* @param avr audio resample context
* @return 0 on success, negative AVERROR code on 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