mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +08:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#define ISS_SIG_LEN 15
|
||||
#define MAX_TOKEN_SIZE 20
|
||||
|
||||
typedef struct {
|
||||
typedef struct IssDemuxContext {
|
||||
int packet_size;
|
||||
int sample_start_pos;
|
||||
} IssDemuxContext;
|
||||
|
Reference in New Issue
Block a user