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.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/nut.h') diff --git a/libavformat/nut.h b/libavformat/nut.h index 74492cd9ad..1636527ed2 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -24,7 +24,6 @@ //#include #include "avformat.h" -#include "crc.h" //#include "mpegaudio.h" #include "riff.h" //#include "adler32.h" @@ -93,7 +92,6 @@ typedef struct { struct AVTreeNode *syncpoints; } NUTContext; -unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len); void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val); int64_t ff_lsb2full(StreamContext *stream, int64_t lsb); int ff_nut_sp_pos_cmp(syncpoint_t *a, syncpoint_t *b); -- cgit v1.2.3