mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
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:
parent
f73008d820
commit
8dd8dc5790
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user