mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -565,7 +565,7 @@ static int parse_section_header(SectionHeader *h,
|
||||
return 0;
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
typedef struct StreamType {
|
||||
uint32_t stream_type;
|
||||
enum AVMediaType codec_type;
|
||||
enum AVCodecID codec_id;
|
||||
@@ -1026,7 +1026,7 @@ static PESContext *add_pes_stream(MpegTSContext *ts, int pid, int pcr_pid)
|
||||
}
|
||||
|
||||
#define MAX_LEVEL 4
|
||||
typedef struct {
|
||||
typedef struct MP4DescrParseContext {
|
||||
AVFormatContext *s;
|
||||
AVIOContext pb;
|
||||
Mp4Descr *descr;
|
||||
|
||||
Reference in New Issue
Block a user