mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 11:47:04 +00:00
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:
parent
fc71434e84
commit
77c5f546e7
@ -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;
|
typedef struct SwrContext SwrContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user