From 992e78f5f2724bf4649211aaceb353fc0e22f7ee Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Tue, 30 Oct 2007 00:01:25 +0000 Subject: 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 --- libavformat/nut.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/nut.c') diff --git a/libavformat/nut.c b/libavformat/nut.c index e329a510d1..034934dc9d 100644 --- a/libavformat/nut.c +++ b/libavformat/nut.c @@ -22,10 +22,6 @@ #include "nut.h" #include "tree.h" -unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){ - return av_crc(av_crc04C11DB7, checksum, buf, len); -} - void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val){ int i; for(i=0; iavf->nb_streams; i++){ -- cgit v1.2.3