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

@@ -31,12 +31,12 @@
#define DELAY_FRAMES 32
static const int mpc_rate[4] = { 44100, 48000, 37800, 32000 };
typedef struct {
typedef struct MPCFrame {
int64_t pos;
int size, skip;
}MPCFrame;
typedef struct {
typedef struct MPCContext {
int ver;
uint32_t curframe, lastframe;
uint32_t fcount;