mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-01 22:49:21 +00:00
* const warn elimintation
Originally committed as revision 2845 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b0df362b11
commit
62c438a241
@ -133,7 +133,7 @@ static int64_t get_utf8(GetBitContext *gb)
|
|||||||
return val;
|
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 crc=0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user