summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-09-26 15:58:40 -0300
committerJames Almer <jamrial@gmail.com>2017-09-26 16:02:40 -0300
commit318778de9ebec276cb9dfc65509231ca56590d13 (patch)
tree795c3dc73c18c00f7ce2b09f91184e09d529d332 /libavformat/id3v2.h
parent2508e606fba86f2e460eebb045e29e1f069a4d72 (diff)
parentfd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3 (diff)
Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'
* commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3': Mark some arrays that never change as const. Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r--libavformat/id3v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h
index 9d7bf1c03c..6e7a8c9abf 100644
--- a/libavformat/id3v2.h
+++ b/libavformat/id3v2.h
@@ -180,6 +180,6 @@ extern const char ff_id3v2_3_tags[][4];
extern const CodecMime ff_id3v2_mime_tags[];
-extern const char *ff_id3v2_picture_types[21];
+extern const char * const ff_id3v2_picture_types[21];
#endif /* AVFORMAT_ID3V2_H */