summaryrefslogtreecommitdiff
path: root/libav/avio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libav/avio.h')
-rw-r--r--libav/avio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/avio.h b/libav/avio.h
index bf00f2edd1..541eff5ae0 100644
--- a/libav/avio.h
+++ b/libav/avio.h
@@ -85,7 +85,7 @@ void put_le32(ByteIOContext *s, unsigned int val);
void put_be32(ByteIOContext *s, unsigned int val);
void put_le16(ByteIOContext *s, unsigned int val);
void put_be16(ByteIOContext *s, unsigned int val);
-void put_tag(ByteIOContext *s, char *tag);
+void put_tag(ByteIOContext *s, const char *tag);
void put_be64_double(ByteIOContext *s, double val);
void put_strz(ByteIOContext *s, const char *buf);