Give all anonymously typedeffed structs in headers a name
Anonymous structs cannot be forward declared and have no benefit.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
#define ALSA_BUFFER_SIZE_MAX 32768
|
||||
|
||||
typedef struct {
|
||||
typedef struct AlsaData {
|
||||
AVClass *class;
|
||||
snd_pcm_t *h;
|
||||
int frame_size; ///< preferred size for reads and writes
|
||||
|
Reference in New Issue
Block a user