Commit 8dd8dc57 authored by Michael Niedermayer's avatar Michael Niedermayer

fix 8 "initialization discards qualifiers from pointer target type"

warnings

Originally committed as revision 11845 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f73008d8
......@@ -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