Give all anonymously typedeffed structs in headers a name
Anonymous structs cannot be forward declared and have no benefit.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libavutil/log.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct SndioData {
|
||||
AVClass *class;
|
||||
struct sio_hdl *hdl;
|
||||
enum AVCodecID codec_id;
|
||||
|
Reference in New Issue
Block a user