avformat: Don't anonymously typedef structs

This commit is contained in:
Diego Biurrun
2014-09-22 09:19:33 +02:00
parent 7769be590c
commit daf8cf358a
65 changed files with 117 additions and 117 deletions

View File

@@ -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;