summaryrefslogtreecommitdiff
path: root/libavcodec/xiph.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/xiph.c')
-rw-r--r--libavcodec/xiph.c2
1 files changed, 1 insertions, 1 deletions
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;