Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'
* commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e': avformat: Don't anonymously typedef structs Conflicts: libavformat/adtsenc.c libavformat/aiffenc.c libavformat/avidec.c libavformat/gif.c libavformat/iff.c libavformat/img2dec.c libavformat/jvdec.c libavformat/matroskadec.c libavformat/udp.c libavformat/wtvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user