Browse Source

swresample: document the need to configure the context using AVOptions

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Luca Barbato Michael Niedermayer 11 years ago
parent
commit
c4ac48c5a1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libswresample/swresample.h

+ 4
- 0
libswresample/swresample.h View File

@@ -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.


Loading…
Cancel
Save