Browse Source

swresample: add SwrContext doxy

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Timothy Gu Michael Niedermayer 11 years ago
parent
commit
77c5f546e7
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      libswresample/swresample.h

+ 6
- 0
libswresample/swresample.h 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; typedef struct SwrContext SwrContext;


/** /**


Loading…
Cancel
Save