Give all anonymously typedeffed structs in headers a name
Anonymous structs cannot be forward declared and have no benefit.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct SchroVideoFormatInfo {
|
||||
uint16_t width;
|
||||
uint16_t height;
|
||||
uint16_t frame_rate_num;
|
||||
|
Reference in New Issue
Block a user