mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
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:
@@ -63,7 +63,7 @@ struct PayloadContext {
|
||||
int buf_pos, buf_size;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct AttrNameMap {
|
||||
const char *str;
|
||||
uint16_t type;
|
||||
uint32_t offset;
|
||||
|
||||
Reference in New Issue
Block a user