|
@@ -30,7 +30,7 @@ |
|
|
* arbitrary struct of which the first field is a pointer to an |
|
|
* arbitrary struct of which the first field is a pointer to an |
|
|
* AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). |
|
|
* AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). |
|
|
*/ |
|
|
*/ |
|
|
typedef struct { |
|
|
|
|
|
|
|
|
typedef struct AVClass { |
|
|
/** |
|
|
/** |
|
|
* The name of the class; usually it is the same name as the |
|
|
* The name of the class; usually it is the same name as the |
|
|
* context structure type to which the AVClass is associated. |
|
|
* context structure type to which the AVClass is associated. |
|
|