summaryrefslogtreecommitdiff
path: root/libavformat/ape.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-02-04 00:42:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-02-04 00:42:27 +0000
commit8dd8dc5790c994ec57f303d36bd63a0990a97776 (patch)
tree20bff7615b083075bbdbb77adc9ff798ab6b20a5 /libavformat/ape.c
parentf73008d820dd424b71f4df0d97aa915cbb78019b (diff)
fix 8 "initialization discards qualifiers from pointer target type"
warnings Originally committed as revision 11845 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ape.c')
-rw-r--r--libavformat/ape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ape.c b/libavformat/ape.c
index 358ad2e8b2..a90f887e58 100644
--- a/libavformat/ape.c
+++ b/libavformat/ape.c
@@ -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[] = {