Commit 25e8f97e authored by michael's avatar michael

fix 8 "initialization discards qualifiers from pointer target type"

warnings


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b18a6a6
......@@ -50,7 +50,7 @@
#define TAG(name, field) {name, offsetof(AVFormatContext, field), sizeof(((AVFormatContext *)0)->field)}
static const struct {
char *name;
const char *name;
int offset;
int size;
} tags[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment