mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -63,7 +63,7 @@ struct PayloadContext {
|
||||
int buf_pos, buf_size;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct AttrNameMap {
|
||||
const char *str;
|
||||
uint16_t type;
|
||||
uint32_t offset;
|
||||
|
||||
Reference in New Issue
Block a user