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:
Michael Niedermayer 2008-02-04 00:42:27 +00:00
parent f73008d820
commit 8dd8dc5790

View File

@ -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[] = {