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

@@ -25,13 +25,13 @@
#include "avformat.h"
#include "internal.h"
typedef struct {
typedef struct R3DContext {
unsigned video_offsets_count;
unsigned *video_offsets;
unsigned rdvo_offset;
} R3DContext;
typedef struct {
typedef struct Atom {
unsigned size;
uint32_t tag;
uint64_t offset;