mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-09 16:19:35 +00:00
fix 8 "initialization discards qualifiers from pointer target type"
warnings Originally committed as revision 11845 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f73008d820
commit
8dd8dc5790
@ -50,7 +50,7 @@
|
|||||||
#define TAG(name, field) {name, offsetof(AVFormatContext, field), sizeof(((AVFormatContext *)0)->field)}
|
#define TAG(name, field) {name, offsetof(AVFormatContext, field), sizeof(((AVFormatContext *)0)->field)}
|
||||||
|
|
||||||
static const struct {
|
static const struct {
|
||||||
char *name;
|
const char *name;
|
||||||
int offset;
|
int offset;
|
||||||
int size;
|
int size;
|
||||||
} tags[] = {
|
} tags[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user