summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/flac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flac.c b/libavcodec/flac.c
index 6fc8bf7dfd..5f87cff922 100644
--- a/libavcodec/flac.c
+++ b/libavcodec/flac.c
@@ -133,7 +133,7 @@ static int64_t get_utf8(GetBitContext *gb)
return val;
}
-static int get_crc8(uint8_t *buf, int count){
+static int get_crc8(const uint8_t *buf, int count){
int crc=0;
int i;