diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-07-06 09:53:53 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-06 20:58:58 +0200 |
commit | 77c5f546e7619a5b83976c69a9cc36b23edb1ca2 (patch) | |
tree | 074bb216982562e8c7a73aab6fed958fee269b62 /libswresample/swresample.h | |
parent | fc71434e8464b345a64e5ee11a4b7be7230aacfa (diff) | |
download | ffmpeg-77c5f546e7619a5b83976c69a9cc36b23edb1ca2.tar.gz |
swresample: add SwrContext doxy
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample.h')
-rw-r--r-- | libswresample/swresample.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 27526efca9..5977c9c8d7 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -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; /** |