mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
log.h: make AVClass a named struct
'struct AVClass' is used in the code since
641c7afe3c
, but AVClass is typedeffed as
an anonymous struct.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
3e68b28221
commit
67bbf07fb5
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user