git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0df362
)
* const warn elimintation
author
Zdenek Kabelac
<kabi@informatics.muni.cz>
Fri, 5 Mar 2004 14:08:33 +0000
(14:08 +0000)
committer
Zdenek Kabelac
<kabi@informatics.muni.cz>
Fri, 5 Mar 2004 14:08:33 +0000
(14:08 +0000)
Originally committed as revision 2845 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flac.c
patch
|
blob
|
history
diff --git
a/libavcodec/flac.c
b/libavcodec/flac.c
index
6fc8bf7
..
5f87cff
100644
(file)
--- 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;