summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-10-30 00:01:25 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-10-30 00:01:25 +0000
commit992e78f5f2724bf4649211aaceb353fc0e22f7ee (patch)
tree3e55120770abe0c86cbc13a97646de384985f44d /libavformat/avio.h
parent990e989f242ff0413aa207bc2a760c1b119ae6af (diff)
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index eb93e47e5d..6a9cbae539 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -258,6 +258,7 @@ int url_open_dyn_packet_buf(ByteIOContext *s, int max_packet_size);
*/
int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer);
+unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len);
unsigned long get_checksum(ByteIOContext *s);
void init_checksum(ByteIOContext *s, unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len), unsigned long checksum);