swresample: add SwrContext doxy

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Timothy Gu 2014-07-06 09:53:53 -07:00 committed by Michael Niedermayer
parent fc71434e84
commit 77c5f546e7
1 changed files with 6 additions and 0 deletions

View File

@ -149,6 +149,12 @@ enum SwrFilterType {
* @}
*/
/**
* The libswresample context. Unlike libavcodec and libavformat, this structure
* is opaque. This means that if you would like to set options, you must use
* the @ref avoptions API and cannot directly set values to members of the
* structure.
*/
typedef struct SwrContext SwrContext;
/**