[FFmpeg-cvslog] r11845 - trunk/libavformat/ape.c
michael
subversion
Mon Feb 4 01:42:27 CET 2008
Author: michael
Date: Mon Feb 4 01:42:27 2008
New Revision: 11845
Log:
fix 8 "initialization discards qualifiers from pointer target type"
warnings
Modified:
trunk/libavformat/ape.c
Modified: trunk/libavformat/ape.c
==============================================================================
--- trunk/libavformat/ape.c (original)
+++ trunk/libavformat/ape.c Mon Feb 4 01:42:27 2008
@@ -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[] = {
More information about the ffmpeg-cvslog
mailing list