From ad2deb02e5d8bfd67c99c6409cd1d0992984fdc7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 12 Dec 2014 14:46:19 +0100 Subject: avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_headers() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Reimar Döffinger Signed-off-by: Michael Niedermayer --- libavcodec/xiph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xiph.c') diff --git a/libavcodec/xiph.c b/libavcodec/xiph.c index 49b978dd8f..d072224b4a 100644 --- a/libavcodec/xiph.c +++ b/libavcodec/xiph.c @@ -22,7 +22,7 @@ #include "xiph.h" int avpriv_split_xiph_headers(const uint8_t *extradata, int extradata_size, - int first_header_size, uint8_t *header_start[3], + int first_header_size, const uint8_t *header_start[3], int header_len[3]) { int i; -- cgit v1.2.3