projects
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Disable B-frames decoding until they produce correct picture
[libav.git]
/
libavutil
/
adler32.h
1
#ifndef ADLER32_H
2
#define ADLER32_H
3
4
unsigned long
av_adler32_update
(
unsigned long
adler
,
const uint8_t
*
buf
,
5
unsigned int
len
);
6
7
#endif