mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
Give all anonymously typedeffed structs in headers a name
Anonymous structs cannot be forward declared and have no benefit.
This commit is contained in:
@@ -29,7 +29,7 @@ extern const uint8_t ff_vorbis_channel_layout_offsets[8][8];
|
||||
extern const uint8_t ff_vorbis_encoding_channel_layout_offsets[8][8];
|
||||
extern const uint64_t ff_vorbis_channel_layouts[9];
|
||||
|
||||
typedef struct {
|
||||
typedef struct vorbis_floor1_entry {
|
||||
uint16_t x;
|
||||
uint16_t sort;
|
||||
uint16_t low;
|
||||
|
||||
Reference in New Issue
Block a user