Commit c2b9db53 authored by kabi's avatar kabi

* const warn elimintation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 187670cc
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment