diff avio.h @ 2683:153d6efc05b8 libavformat

rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
author bcoudurier
date Tue, 30 Oct 2007 00:01:25 +0000
parents 792383dd085e
children 49c540731133
line wrap: on
line diff
--- a/avio.h	Mon Oct 29 09:38:37 2007 +0000
+++ b/avio.h	Tue Oct 30 00:01:25 2007 +0000
@@ -258,6 +258,7 @@
  */
 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);